---
title: "GetInventoryItemBatchInformationByIds"
method: POST
path: "/api/Inventory/GetInventoryItemBatchInformationByIds"
tags: ["Inventory"]
---

# GetInventoryItemBatchInformationByIds

`POST /api/Inventory/GetInventoryItemBatchInformationByIds`

<b>Permissions Required: </b> GlobalPermissions.Inventory.Stock.StockReadNode
<b>Rate limit: </b><span style="background-color:#0272d9;color:white;padding:4px 8px;text-align:center;border-radius:5px; font-size: small;"><b>150</b></span> / minute

## Request body

- InventoryGetInventoryItemBatchInformationByIdsRequest
  - `request` GetInventoryItemBatchInformationByIdsRequest
    - `StockItemIds` string[] — A list of stock item ids
    - `StockLocationId` string, uuid — The location to get the batch information from
    - `AvailableOnly` boolean — Defines whether we should only return available items

## Response `200`

OK

- GetInventoryItemBatchInformationByIdsResponse
  - `InventoryItemBatchInformation` BatchInformation[] — A list of stock item batch data
    - `StockItemId` string, uuid — Stock item id
    - `ItemBatchInformation` StockItemBatch[] — Stock item batch data
      - `BatchId` integer — Batch ID
      - `SKU` string — Product SKU
      - `InventoryTrackingType` integer — 0 - None, 1 - Order by sell by date, 2 - Ordered by priority sequence
      - `StockItemId` string, uuid — Product ID
      - `BatchNumber` string — Batch number
      - `ExpiresOn` string, date-time — Batch expiry date
      - `SellBy` string, date-time — Batch sell by date
      - `Inventory` StockItemBatchInventory[] — Batch records
        - `BatchInventoryId` integer — Stock item batch record ID
        - `BatchId` integer — Batch ID
        - `StockLocationId` string, uuid — Location ID
        - `BinRack` string — BinRack
        - `PrioritySequence` integer — Pick order
        - `Quantity` integer — Quantity
        - `StockValue` number, double — Current stock value
        - `StartQuantity` integer — Quantity originally booked in
        - `PickedQuantity` integer — Indicate how many units are now allocated in open orders
        - `BatchStatus` string — Batch Status
        - `IsDeleted` boolean — Is BatchInventory deleted
        - `WarehouseBinrackStandardType` integer — Warehouse binrack standard type
        - `WarehouseBinrackTypeName` string — Warehouse binrack type friendly name
        - `InTransfer` integer — Number of items in Transfer phase.
        - `BinRackId` integer — Binrack Id (Use for WMS)
        - `WarehouseBinrackTypeId` integer — Warehouse binrack type unique id.
      - `IsDeleted` boolean — Is the batch deleted

---

[API](https://skmtc.net/linnworks/apis/authenticate-api.md) · [All operations](https://skmtc.net/linnworks/apis/authenticate-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/linnworks/authenticate-api/versions/0123569a22fb/schema)
