---
title: "Get All Inventories"
method: GET
path: "/api/v1/partner/store/inventory/inventories"
tags: ["Blaze PARTNER Store - Inventory"]
---

# Get All Inventories

`GET /api/v1/partner/store/inventory/inventories`

## Query parameters

- `active` boolean
- `deleted` boolean

## Response `200`

successful operation

- ListResultInventory
  - `values` Inventory[]
    - `id` string
    - `created` integer
    - `modified` integer
    - `deleted` boolean
    - `updated` boolean
    - `companyId` string
    - `shopId` string
    - `dirty` boolean
    - `type` 'Storage' | 'Field' | 'Quarantine'
    - `name` string
    - `active` boolean
    - `regionIds` string[]
    - `externalId` string
    - `dryRoom` boolean
    - `quantity` number
    - `complianceInvRoomName` string
    - `complianceInvRoomId` integer
    - `roomType` string[]
    - `numTerminals` integer

---

[API](https://skmtc.dev/blaze/apis/blaze-developer-api.md) · [All operations](https://skmtc.dev/blaze/apis/blaze-developer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/blaze/blaze-developer-api/revisions/784b1a029ac6/schema)
