Get order details
Get the details and status of a specific order. Can be used for checking the status of an async order after it’s been accepted.
This endpoint can return both complete and incomplete orders. The types of these responses differ, you should use the status
field to determine which type of response you are receiving.
- Completed orders will have a
status
ofCOMPLETED
orFAILED
and have a full response body. - Incomplete orders will have a
status
ofPROCESSING
and have a partial response body.
Authorizations
Headers
The dated version of the API, if not specified a default is used. See API versioning for more information.
Path Parameters
The ID of the order.
Response
OK
Used for an order that has completed. This class is typically used when returning a single order to the client. Used for orders that have completed. This class is typically used when returning a list of orders to the client.
Used for an order that has completed. This class is typically used when returning a single order to the client. Used for orders that have completed. This class is typically used when returning a list of orders to the client.
Order that has been accepted but is not complete.