# Attribute strings

> An Attribute string is a free-text attribute that categories can carry.

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](/api/product-management/attribute-string-values/).

## The Attribute string object

## Conventions

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](https://datatracker.ietf.org/doc/html/rfc7396).
