v1
latestOpenAPI 3.0.12026-07-2412502.6 MBShipments
Get a shipment
get/shipments/{shipment_id}
Query parameters
with'shipment_items' | 'customer_address_billing' | 'customer_address_shipping' | 'campaign' | 'connection' | 'tracking_history' | 'actions'
Expand on the information returned by including 'with' in the query parameters. For multiple attributes, separate with a comma (example : with=shipment_items,customer_address_shipping)
Response
OK
Example response
{
"date_cancel": "2023-04-01 00:00:00",
"date_scheduled": "2023-04-01 00:00:00",
"date_complete": "2023-04-01 00:00:00",
"date_scan": "2023-04-01 00:00:00",
"date_deliver": "2023-04-01 00:00:00",
"date_return": "2023-04-01 00:00:00",
"date_skip": "2023-04-01 00:00:00",
"date_rma": "2023-04-01 00:00:00",
"date_created": "2023-04-01 00:00:00",
"date_modified": "2023-04-01 00:00:00",
"customer_address_billing": {
"date_created": "2023-04-01 00:00:00",
"date_modified": "2023-04-01 00:00:00"
},
"customer_address_shipping": {
"date_created": "2023-04-01 00:00:00",
"date_modified": "2023-04-01 00:00:00"
},
"tracking_history": [
{
"date": "2023-04-01 00:00:00"
}
]
}