List products
Returns a paginated list of products for the current store.
Required scope: read_products (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
Page number
Number of records per page
Sort field (e.g., name, -name, price, -price, best_selling)
Comma-separated associations to expand (e.g., variants, media, option_types, categories). Use dot notation for nested expand (max 4 levels).
Comma-separated list of fields to include (e.g., name,slug,price,status). id is always included.
Filter by name (contains)
Filter by status
Spree Admin SDK

