Retrieve an order (legacy)
Important
A newer version of this REST API (v2.1) is available. If you're new to this REST API, use the new version. Alternatively, if you're already using the old version, read about the differences between v2 and v2.1 so you can upgrade.
GET /v2/orders/<orderRef>
Retrieves an order.
| Attribute | Type | Description | Example |
|---|---|---|---|
orderRef | string | The reference of the order. If you do not know the order reference, first retrieve orders. | d680c9be-4c07-4731-857e-9602034b15f2 |
Retrieving an order:
Using expand to retrieve orderItems of an order:
If you have suggestions for improving this article, let us know!