Skip to content

Attribute list values

View as Markdown

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.

PropertyTypeRequiredDescription
idstring-The resource's unique identifier (UUID).
valuestring | null-This property supports translations.

The value of the attribute
attributestring | nullrequiredThe Attribute to which this value belongs.
productsstring[]-A list of Product, each one representing a product associated with the value.
createdAtstring-The date and time when the resource was created (ISO 8601 format).
updatedAtstring-The date and time when the resource was last modified (ISO 8601 format).
  • Define an option. Create an attribute list value referencing its attribute, with the option value.
  • Assign it. Add the products that carry this option.

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.