List product custom fields
Returns the product’s custom field values.
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
Path Parameters
Query Parameters
Comma-separated associations to expand (e.g., custom_field_definition). Use dot notation for nested expand (max 4 levels).
Comma-separated list of fields to include (e.g., key,value,namespace). id is always included.
Response
200 - application/json
custom fields found
Spree Admin SDK

