List option types
Returns a paginated list of option types.
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
Filter by name (contains)
Comma-separated associations to expand (e.g., option_values). Use dot notation for nested expand (max 4 levels).
Comma-separated list of fields to include (e.g., name,label,position). id is always included.
Spree Admin SDK

