Get a customer group
Returns a single customer group. Pass ?expand=customers to embed
the full member list inline (recommended only for single-record
reads — embed cost scales with membership size).
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 group prefixed ID
Query Parameters
Comma-separated associations to embed. Supported: customers.
Comma-separated list of fields to include. id is always included.
Spree Admin SDK

