Attribute list values
An Attribute list value is one option of an Attribute list - “Red” for a “Color” attribute, say. It references its attribute, carries a translatable value, and links the products that have this option.
The Attribute list value object
Section titled “The Attribute list value object”| Property | Type | Required | Description |
|---|---|---|---|
id | string | - | The resource's unique identifier (UUID). |
value | string | null | - | This property supports translations. The value of the attribute |
attribute | string | null | required | The Attribute to which this value belongs. |
products | string[] | - | A list of Product, each one representing a product associated with the value. |
createdAt | string | - | The date and time when the resource was created (ISO 8601 format). |
updatedAt | string | - | The date and time when the resource was last modified (ISO 8601 format). |
Common workflows
Section titled “Common workflows”- Define an option. Create an attribute list value referencing its
attribute, with the optionvalue. - Assign it. Add the
productsthat carry this option.
Conventions
Section titled “Conventions”All requests require an OAuth 2.0 bearer token and the organization scope header:
Authorization: Bearer <token>X-Flowkiwi-Organization-Id: <organization-id>PATCH uses JSON Merge Patch with Content-Type: application/merge-patch+json.