Get order by ID
Orders
Get an order by id
Retrieve a single fully populated order by its id. Requires the READ_ORDERS scope.
GET
Get order by ID
Returns one order with populated items, customer, payment (with transaction id), coupon and full shipment details. The store is bound to your app token server-side — never send a shop id.
Authorizations
JWT issued by the Salesive Store API for authenticated shoppers.
Optional storefront identifier sent as a header to scope responses to a specific shop. Try It requests remember this value once provided.
Headers
Optional identifier that scopes responses to a specific storefront when the referer cannot be inferred.
Path Parameters
The ID of the order to retrieve

