4.5 Get order shipments with available shipping methods
GET {{protocol}}://{{host}}/api/orders/{{order_id}}/shipments?include=available_shipping_methods.delivery_lead_time_for_shipment
For each shipment it returns its available shipping methods, and some relevant information about shipping price: - currencycode - priceamount: original cost - priceamountforshipment: actual cost for that shipment - freeover_amount: free over amount threshold
and their formatted counterparts.
Delivery lead times for each shipping method are fetched as well.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
include | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Authorization | string |