Show a shipment
Returns details of a specific shipment.
Required scope: read_fulfillments (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
Query Parameters
Comma-separated associations to expand (e.g., inventory_units, stock_location, shipping_rates). Use dot notation for nested expand (max 4 levels).
Comma-separated list of fields to include (e.g., number,status,tracking,cost). id is always included.
Response
200 - application/json
shipment found
Spree Admin SDK

