Get order
GET/api/v2/orders/{order_id}
Shows all details of an 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 |
Response
Response body
- Content-Type
application/json- Body
| Property | Type | Description |
|---|---|---|
order | A collection of shipments. Contains data for orders that are persisted. required | |
| required | ||
reference | string | Custom reference code to identify your shipments or orders required length 1...255 |
| required | ||
id | string | Unique identifier for order. required uuid |
inserted_at | string | Date time in ISO 8601 format (YYYY-MM-DD HH:MM:SS) in UTC required date-time |
order_code | string | Unique human readable identifier of an order in Wuunder. length 13...13 |
receiver | Specifies the full legal address of a business or person, including street, house number, zip code, city, and country that is used to send the order to. required | |
sender | Specifies the full legal address of a business or person, including street, house number, zip code, city, and country that is used to send the order from. required | |
shipments | ||
status | string | required |
status_history | object | Contains all historical events that took place on this shipment or order. required |
updated_at | string | Date time in ISO 8601 format (YYYY-MM-DD HH:MM:SS) in UTC required date-time |