List customer store credits
Returns store credits issued to the customer.
Required scope: read_store_credits (for API-key authentication).
GET
Spree Admin SDK
Authorizations
Secret API key for admin access
JWT token for admin user authentication
Path Parameters
Query Parameters
Comma-separated associations to expand (e.g., category, store, created_by). Use dot notation for nested expand (max 4 levels).
Comma-separated list of fields to include (e.g., amount,amount_used,memo,currency). id is always included.
Response
200 - application/json
store credits found
Spree Admin SDK

