Get an order
Returns a single completed order for the authenticated customer.
GET
Spree SDK
Authorizations
Publishable API key for store access
JWT token for authenticated customers
Path Parameters
Order prefixed ID
Query Parameters
Comma-separated associations to expand (items, fulfillments, payments, discounts, billing_address, shipping_address, gift_card). Use "none" to skip associations.
Comma-separated list of fields to include (e.g., total,amount_due,item_count). id is always included.
Response
order found
Spree SDK

