---
title: "Update product SKU"
method: PATCH
path: "/v1/product-skus/{id}"
tags: ["Product SKUs"]
---

# Update product SKU

`PATCH /v1/product-skus/{id}`

Partially update a product SKU

## Path parameters

- `id` string, uuid, required

## Request body

- object
  - `name` string
  - `description` string
  - `fulfillment_mode` 'auto' | 'customer_farm' | 'printhive'
  - `metadata` object
  - `is_active` boolean

## Response `200`

Product SKU updated successfully

- object — Product SKU updated successfully

## Other responses

- `404` — Product SKU not found

---

[API](https://skmtc.net/printhiv3d/apis/hive-api-documentation.md) · [All operations](https://skmtc.net/printhiv3d/apis/hive-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/printhiv3d/hive-api-documentation/versions/3b06bcb5f808/schema)
