---
title: "Create Item"
method: POST
path: "/inventory/items"
tags: ["Inventory Master"]
---

# Create Item

`POST /inventory/items`

## Request body

- InventoryMasterItemCreate
  - `code` string, required — SKU code like CK-CHICKBREAST
  - `name` string, required
  - `type` string, required
  - `base_uom` string, required — kg, L, pc, box, etc.
  - `category` string, nullable
  - `is_recipe` boolean
  - `is_batch_tracked` boolean
  - `is_active` boolean

## Response `200`

Successful Response

- Item
  - `code` string, required — SKU code like CK-CHICKBREAST
  - `name` string, required
  - `type` string, required
  - `base_uom` string, required — kg, L, pc, box, etc.
  - `category` string, nullable
  - `is_recipe` boolean
  - `is_batch_tracked` boolean
  - `is_active` boolean
  - `id` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/bamboome/apis/contact-sync-api.md) · [All operations](https://skmtc.dev/bamboome/apis/contact-sync-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bamboome/contact-sync-api/revisions/56beadb81ad2/schema)
