Skip to content

Attribute string values

View as Markdown

An Attribute string value is a value of an Attribute string - the actual text. It references its attribute, carries a translatable value, and links the products that have that value.

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).
  • Set a value. Create an attribute string value referencing its attribute, with the value text and the products it applies to.
  • Localize it. Read or write the translatable value per locale with X-Flowkiwi-Locale.

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.