---
title: "Get Batch Quantity By Inventory"
method: GET
path: "/api/v1/partner/store/batches/quantities"
tags: ["Blaze Partner Store - Product Batch Resource"]
---

# Get Batch Quantity By Inventory

`GET /api/v1/partner/store/batches/quantities`

## Query parameters

- `inventoryId` string
- `start` integer
- `limit` integer

## Response `200`

successful operation

- SearchResultBatchQuantity
  - `values` BatchQuantity[]
    - `id` string
    - `created` integer
    - `modified` integer
    - `deleted` boolean
    - `updated` boolean
    - `companyId` string
    - `shopId` string
    - `dirty` boolean
    - `productId` string
    - `inventoryId` string
    - `batchId` string
    - `quantity` number
    - `committedQty` number
    - `unitType` 'units' | 'grams'
    - `batchPurchaseDate` integer
    - `batchArchived` boolean
    - `unsellable` boolean
    - `sellableQty` number
  - `skip` integer
  - `limit` integer
  - `total` integer
  - `searchAfter` object[]

---

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