---
title: "Get Inventory"
method: GET
path: "/v1/public/inventories/{inventory_id}"
tags: ["Inventories"]
---

# Get Inventory

`GET /v1/public/inventories/{inventory_id}`

## Path parameters

- `inventory_id` string, required

## Query parameters

- `external_id` 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

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `500` — Internal Server Error

---

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