Account / Orders
Retrieve an Order
Returns a completed order for the current user within the scope of the current store.
GET
/
api
/
v2
/
storefront
/
account
/
orders
/
{order_number}
Authorizations
Authorization
string
headerrequiredUser token to authorize Cart and Checkout requests.
It is required to associate Cart with the User.
Path Parameters
order_number
string
requiredThe required {order_number} value can be found in the cart response body, identified as the number
attribute.
Query Parameters
include
string
Specify the related resources you would like to receive in the response body. More Information.
fields[cart]
string
Specify the fields you would like returned in the response body. More information.
Response
200 - application/vnd.api+json
data
object
requiredThe Cart provides a central place to collect information about an order, including line items, adjustments, payments, addresses, and shipments. Read more in Spree docs
included
object[]
Was this page helpful?