Show a customer
Returns full customer details including computed order stats (orders_count, total_spent, last_order_completed_at).
Required scope: read_customers (for API-key authentication).
GET
Spree Admin SDK
Authorizations
Secret API key for admin access
JWT token for admin user authentication
Path Parameters
Customer ID
Query Parameters
Comma-separated associations: addresses, orders, store_credits, default_billing_address, default_shipping_address
Comma-separated list of fields to include (e.g., email,first_name,last_name). id is always included.
Response
200 - application/json
customer found
Spree Admin SDK

