# Attribute list values

> An Attribute list value is one option of an attribute list, assignable to products.

An **Attribute list value** is one **option** of an [Attribute list](/api/product-management/attribute-lists/) - "Red" for a "Color" attribute, say. It references its `attribute`, carries a translatable `value`, and links the `products` that have this option.

## The Attribute list value object

## Common workflows

- **Define an option.** Create an attribute list value referencing its `attribute`, with the option `value`.
- **Assign it.** Add the `products` that carry this option.

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