List contract rates
Returns a cursor-paginated list of rate-card entries extracted from a contract. Each entry represents a single (origin, destination, service, weight) rate.
Authorizations
HTTP Basic Auth using your API key. Send Authorization: Basic base64(key_id:key_secret).
Path Parameters
ID of the contract.
Query Parameters
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).