---
title: "Create Product Attribute Values"
method: POST
path: "/v2/product/attributeValues"
---

# Create Product Attribute Values

`POST /v2/product/attributeValues`

## Headers

- `Authorization` string, required

## Request body

- object[]
  - `attributeId` integer
  - `code` string
  - `name` string
  - `ouCode` string

## Response `200`

Successful operation

- object
  - `created` object[]
    - `id` integer
    - `attributeId` integer
    - `code` string
    - `ouId` integer
    - `ouCode` string
  - `summary` object
    - `totalRequested` integer
    - `successCount` integer
    - `failureCount` integer
  - `warnings` object[]
  - `errors` object[]

---

[API](https://skmtc.net/capillarytech/apis/sample-api.md) · [All operations](https://skmtc.net/capillarytech/apis/sample-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/capillarytech/sample-api/revisions/de241f2ed9b3/schema)
