Skip to content

Attribute strings

View as Markdown

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.

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

The name of the attribute
categoriesstring[]-A list of Category, each one representing a category associated with the attribute list.

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.