Get rates
GET/api/v2/orders/{order_id}/rates
Retrieves all rates for all shipments in order.
Authorization
Add HTTP header Authorization with the received API key as the bearer token:
- Authorization
- API Key
Parameters
URL parameters
| Property | Type | Description |
|---|---|---|
order_id | string | Order ID Unique identifier for order. uuid |
preferred_service_level | string | What preferred service level to use for tagging Preferred service level of shipment. Indicates what carrier, service and/or tags may be used for the booking process. length 3...80 |
Response
Response body
- Content-Type
application/json- Body
| Property | Type | Description |
|---|---|---|
order_rates | object | required |
order_id | string | Unique identifier for order. required uuid |
shipment_rates | required |