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

# GetStockItemLabels

`POST /api/Inventory/GetStockItemLabels`

Use this call to get labels by search token
<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

- InventoryGetStockItemLabelsRequest
  - `selectedRegions` TupleInt32Int32[] — Row numbers to retrieve item ids for
    - `Item1` integer
    - `Item2` integer
  - `token` string, uuid — Search Token
  - `location` string, uuid — Location id

## Response `200`

OK

- StockItemLabel[]
  - `StockItemId` string, uuid — Stock Item Id
  - `ItemNumber` string — Product SKU
  - `ItemTitle` string — Item title
  - `Quantity` integer — Item quantity
  - `BinRack` string — BinRack location
  - `BatchNumber` string — Batch number
  - `BatchInventoryId` integer
  - `LocationId` string, uuid
  - `StockItemIntId` integer — Stock Item interger Id

---

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