---
title: "Create a new attribute option"
method: POST
path: "/api/rest/v1/attributes/{attribute_code}/options"
tags: ["Attribute option"]
---

# Create a new attribute option

`POST /api/rest/v1/attributes/{attribute_code}/options`

This endpoint allows you to create a new attribute option.

## Path parameters

- `attribute_code` string, required

## Request body

- object
  - `code` string, required — Code of option
  - `attribute` string — Code of attribute related to the attribute option
  - `sort_order` integer — Order of attribute option
  - `labels` object — Attribute option labels for each locale
    - `localeCode` string — Attribute option label for the locale `localeCode`

## Response `201`

Created

## Other responses

- `400` — Bad request
- `401` — Authentication required
- `403` — Access forbidden
- `415` — Unsupported Media type
- `422` — Unprocessable entity

---

[API](https://skmtc.net/akeneo/apis/akeneo-pim-rest-api.md) · [All operations](https://skmtc.net/akeneo/apis/akeneo-pim-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/akeneo/akeneo-pim-rest-api/versions/d8bda9b93b59/schema)
