---
title: "AllocateItemToBin"
method: POST
path: "/api/WarehouseTransfer/AllocateItemToBin"
tags: ["WarehouseTransfer"]
---

# AllocateItemToBin

`POST /api/WarehouseTransfer/AllocateItemToBin`

Use this call to allocate stock, in part or in full, from one bin to another.
<b>Permissions Required: </b> GlobalPermissions.Inventory.WarehouseTransferNode
<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

- WarehouseTransferAllocateItemToBinRequest
  - `pkSrcBinId` string, uuid — The id of the source bin.
  - `pkDstBinId` string, uuid — The id of the destination bin.
  - `pkTransferItemId` string, uuid — The transfer item to be reallocated.
  - `quantity` integer — The quantity to reallocate.

## Response `200`

OK

- integer

---

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