Attribute strings
An Attribute string is a free-text attribute - a property whose values are open text, such as “Care” or “Material notes”. It has a translatable name and the categories it applies to.
The attribute itself is just the definition. The actual text a product carries for it is an Attribute string value.
The Attribute string object
Section titled “The Attribute string 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 and the organization scope header:
Authorization: Bearer <token>X-Flowkiwi-Organization-Id: <organization-id>For the translatable name, set X-Flowkiwi-Locale (and optionally X-Flowkiwi-Locale-Fallback). PATCH uses JSON Merge Patch.