Skip to content

Attributes

View as Markdown

An Attribute is the read-only, unified view over the two kinds of category attribute - attribute strings and attribute lists. It exposes the fields they share (name, categories), so you can list or read every attribute of a category regardless of its kind.

To create or modify an attribute, use its specific resource (attribute strings or attribute lists) - this resource is read-only.

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

The name of the attribute
categoriesstring[]-List of categories associated with the attribute.

All requests require an OAuth 2.0 bearer token and the organization scope header:

Authorization: Bearer <token>
X-Flowkiwi-Organization-Id: <organization-id>

This resource is read-only - it has no create, update or delete operations.