Attribute lists
An Attribute list is an attribute whose values come from a predefined set of options - think “Color” with values Red, Green, Blue, or “Size” with S, M, L. It has a translatable name and the categories it applies to.
The attribute is the definition; each option is an Attribute list value, and a product references the option(s) that apply to it.
The Attribute list object
Section titled “The Attribute list object”| Property | Type | Required | Description |
|---|---|---|---|
id | string | - | The resource's unique identifier (UUID). |
name | string | null | - | This property supports translations. The name of the attribute |
categories | string[] | - | A list of Category, each one representing a category associated with the attribute list. |
Conventions
Section titled “Conventions”All requests require an OAuth 2.0 bearer token:
Authorization: Bearer <token>For the translatable name, set Flowkiwi-Locale. PATCH uses JSON Merge Patch.