Retrieve an Order Status
Returns completed order information.
This endpoint is useful when fetching orders placed by a guest user, allowing customers without an account to check the status of their order: (shipment/payment/processing) etc.
Pass the cart token
value as the X-Spree-Order-Token
for authorization, and the corresponding cart number
in the URI to successfully retrieve an order.
Authorizations
Order token to authorize Cart and Checkout requests.
Path Parameters
The required {order_number} value can be found in the cart response body, identified as the number
attribute.
Query Parameters
Specify the related resources you would like to receive in the response body. More Information.
Specify the fields you would like returned in the response body. More information.
Response
The Cart provides a central place to collect information about an order, including line items, adjustments, payments, addresses, and shipments. Read more in Spree docs
Was this page helpful?