# Attribute string values

> An Attribute string value is the free-text value of an attribute string on products.

An **Attribute string value** is a value of an [Attribute string](/api/product-management/attribute-strings/) - the actual text. It references its `attribute`, carries a translatable `value`, and links the `products` that have that value.

## The Attribute string value object

## Common workflows

- **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`.

## 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](https://datatracker.ietf.org/doc/html/rfc7396) with `Content-Type: application/merge-patch+json`.
