<- Orders API

Orders API

Retrieve order

GET

 /v2/orders/{order_id}

Retrieves an Order by ID.

Permissions:ORDERS_READ
Try in API Explorer
Link to section

Path parameters

Example code

Link to section

order_id

string

Required

The ID of the order to retrieve.

Link to section

Response fields

Link to section

order

The requested order.

Link to section

errors

Any errors that occurred during the request.