---
title: "List Items"
method: GET
path: "/inventory/items"
tags: ["Inventory Master"]
---

# List Items

`GET /inventory/items`

## Query parameters

- `q` string, nullable
- `category` string, nullable
- `active_only` 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)
