Show an order
Returns full order details including admin-only fields.
Required scope: read_orders (for API-key authentication).
GET
Spree Admin SDK
Authorizations
Secret API key for admin access
JWT token for admin user authentication
Headers
Bearer token for admin authentication
Path Parameters
Order ID (e.g., or_xxx)
Query Parameters
Comma-separated associations to expand (e.g., items, fulfillments, payments, customer, discounts, billing_address, shipping_address). Use dot notation for nested expand (max 4 levels).
Comma-separated list of fields to include (e.g., number,total,status,completed_at). id is always included.
Response
order found
Spree Admin SDK

