---
title: "List Inventories"
method: GET
path: "/v1/public/inventories"
tags: ["Inventories"]
---

# List Inventories

`GET /v1/public/inventories`

## Query parameters

- `workspace_id` string, nullable
- `lang` string, nullable
- `language` string, nullable

## Headers

- `Accept-Language` string

## Response `200`

OK

- ShopTurboInventorySchema[]
  - `id` string, uuid, nullable
  - `inventory_id` integer, nullable
  - `name` string, nullable
  - `status` string, nullable
  - `record_source` string, nullable
  - `record_source_detail` string, nullable
  - `inventory_status` string, nullable
  - `currency` string, nullable
  - `available` integer, nullable
  - `committed` integer, nullable
  - `unavailable` integer, nullable
  - `initial_value` integer, nullable
  - `total_inventory` integer, nullable
  - `inventory_value` number, nullable
  - `unit_price` number, nullable
  - `warehouse_id` string, uuid, nullable
  - `item_ids` string[], nullable
  - `date` string, date-time, nullable
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required

---

[API](https://skmtc.net/sankahq/apis/ninjaapi.md) · [All operations](https://skmtc.net/sankahq/apis/ninjaapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sankahq/ninjaapi/revisions/c273ff62266a/schema)
