Attribute string values
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.
The Attribute string value object
Section titled “The Attribute string value object”| Property | Type | Required | Description |
|---|---|---|---|
id | string | - | The resource's unique identifier (UUID). |
value | string | null | - | This property supports translations. The value of the attribute |
attribute | string | null | required | The Attribute to which this value belongs. |
products | string[] | - | A list of Product, each one representing a product associated with the value. |
createdAt | string | - | The date and time when the resource was created (ISO 8601 format). |
updatedAt | string | - | The date and time when the resource was last modified (ISO 8601 format). |
Common workflows
Section titled “Common workflows”- Set a value. Create an attribute string value referencing its
attribute, with thevaluetext and theproductsit applies to. - Localize it. Read or write the translatable
valueper locale withX-Flowkiwi-Locale.
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>PATCH uses JSON Merge Patch with Content-Type: application/merge-patch+json.