---
title: "Update Product SKUs"
method: PUT
path: "/v2/product/skus"
---

# Update Product SKUs

`PUT /v2/product/skus`

Updates existing product SKUs with the provided details.

## Headers

- `Authorization` string

## Request body

- object[]
  - `sku` string
  - `ean` string
  - `price` string
  - `ouCode` string
  - `description` string
  - `longDescription` string
  - `brandCode` string
  - `categoryCode` string
  - `attributes` object[]
    - `code` string
    - `value` string
  - `returnable` string
  - `returnableDays` string
  - `imageUrl` string

## Response `200`

Successful operation

---

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