---
title: "Update Product Attribute Values"
method: PUT
path: "/v2/product/attributeValues"
tags: ["Product"]
---

# Update Product Attribute Values

`PUT /v2/product/attributeValues`

## Headers

- `Authorization` string, required

## Request body

- object[]
  - `attributeCode` string
  - `ouCode` string
  - `code` string
  - `name` string

## Response `200`

Successful response

---

[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)
