Returns a cursor-paginated list of rate-card entries extracted from a contract. Each entry represents a single (origin, destination, service, weight) rate.
Documentation Index
Fetch the complete documentation index at: https://developers.opereit.ai/llms.txt
Use this file to discover all available pages before exploring further.
HTTP Basic Auth using your API key. Send Authorization: Basic base64(key_id:key_secret).
ID of the contract.
Number of items to return per request.
1 <= x <= 100Opaque cursor from a previous response. Omit on the first request.
Filter by ISO 3166-1 alpha-2 origin country code.
2Filter by ISO 3166-1 alpha-2 destination country code.
2Filter by carrier service code (e.g. EXPRESS_WORLDWIDE).
Return only rates whose weight band overlaps with weight ≥ this value (kg).
Return only rates whose weight band overlaps with weight ≤ this value (kg).