---
title: "GetAllAvailableOrderItemBatchsByOrderId"
method: POST
path: "/api/Orders/GetAllAvailableOrderItemBatchsByOrderId"
tags: ["Orders"]
---

# GetAllAvailableOrderItemBatchsByOrderId

`POST /api/Orders/GetAllAvailableOrderItemBatchsByOrderId`

Get a list of available batchs for each order item for the specified order
<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

- OrdersGetAllAvailableOrderItemBatchsByOrderIdRequest
  - `parameters` AvailableOrderItemBatchsInfo
    - `pkOrderId` string, uuid — Order ID

## Response `200`

OK

- StockItemBatch[]
  - `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)
