Get an order by its unique identifier
GET/orders/:id
Retrieve detailed information about a specific order using its unique identifier as provided in the order creation response.
This can be used to poll the order status in case of asynchronous processing or to retrieve the delivery information again later on.
Request
Responses
- 200
- 404
- 500
Order details
Not Found
Internal Server Error
Error Codes
| HTTP Status | Class | Code | Description |
|---|---|---|---|
| 404 | not_found | entity_not_found | Entity not found |