---
title: "GetItemBinracks"
method: GET
path: "/api/Picking/GetItemBinracks"
tags: ["Picking"]
---

# GetItemBinracks

`GET /api/Picking/GetItemBinracks`

Returns a list of places that the requested item can be found, other than the location already suggested.
<b>Permissions Required: </b> GlobalPermissions.OrderBook.OpenOrders.PickingWavesNode
<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

## Query parameters

- `stockItemId` string, uuid
- `stockLocationId` string, uuid
- `currentBinRackSuggestion` string
- `includeNonPickLocations` boolean

## Response `200`

OK

- GetItemBinracksResponse
  - `AlternateLocations` StockItemBatch[] — A list of other batches that are available in the given linnworks stock location
    - `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
  - `PickableBins` BinRackStockItem[] — A list of stock that is available to pick from
    - `BinRackId` integer — Unique id for the binrack
    - `StandardType` integer — Bin Rack type name
    - `BatchId` integer — Batch id
    - `BatchInventoryId` integer — Batch inventory id
    - `PrioritySequence` integer — Consume priority sequence
    - `BatchStatus` string — Batch status, "Available", "Restricted", "Damaged", "Expired"
    - `BinRack` string — BinRack name
    - `CurrentFullPercentage` number, double — Maximum volumetric capacity of the location WxDxH = volumetric
    - `Quantity` integer — Quantity available in the location
    - `InTransit` integer — Quantity of items currently in transit
    - `PickedQuantity` integer — Indicate how many units are now allocated in open orders
    - `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
    - `BinrackTypeName` string
    - `LocationId` string, uuid
  - `NonPickableBins` BinRackStockItem[] — A list of stock that cannot directly be picked from
    - `BinRackId` integer — Unique id for the binrack
    - `StandardType` integer — Bin Rack type name
    - `BatchId` integer — Batch id
    - `BatchInventoryId` integer — Batch inventory id
    - `PrioritySequence` integer — Consume priority sequence
    - `BatchStatus` string — Batch status, "Available", "Restricted", "Damaged", "Expired"
    - `BinRack` string — BinRack name
    - `CurrentFullPercentage` number, double — Maximum volumetric capacity of the location WxDxH = volumetric
    - `Quantity` integer — Quantity available in the location
    - `InTransit` integer — Quantity of items currently in transit
    - `PickedQuantity` integer — Indicate how many units are now allocated in open orders
    - `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
    - `BinrackTypeName` string
    - `LocationId` string, uuid

---

[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/revisions/0123569a22fb/schema)
