Product Features
List all product features grouped by product
Requires product_features.read scope.
get/api/v2/products/features
Query parameters
page[size]integer
Number of records per page (default: 25, max: 250)
page[after]string
Cursor for fetching the next page of results
page[before]string
Cursor for fetching the previous page of results
filter[updated_at_gt]string date-time
Filter records updated after this date
filter[updated_at_lt]string date-time
Filter records updated before this date
filter[created_at_gt]string date-time
Filter records created after this date
filter[created_at_lt]string date-time
Filter records created before this date
filter[category_uuid_eq]string
Filter by category UUID
filter[product_uuid_eq]string
Filter by product UUID
filter[functionality_eq]string
Filter by feature functionality type
filter[is_verified_eq]string
Filter by verification status
fields[product_features]string[]
Comma separated list of fields for product_features to include in response
includestring[]
Comma-separated list of relationships to include (e.g. category)
Response
List of grouped product features