---
title: "Create new product SKU"
method: POST
path: "/v1/product-skus"
tags: ["Product SKUs"]
---

# Create new product SKU

`POST /v1/product-skus`

Create a new product SKU for order fulfillment

## Request body

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

## Response `201`

SKU created successfully

- object — SKU created successfully

## Other responses

- `409` — SKU already exists

---

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