Back

Search

Search

Methods

Inventory

OrderPrintStatus
Orders

WarehouseTransfer /AllocateItemToBin

Allows 150 calls per minute

Response: Int32



Use this call to allocate stock, in part or in full, from one bin to another.

Parameters

NameTypeDescription
pkSrcBinIdGuidThe id of the source bin.
pkDstBinIdGuidThe id of the destination bin.
pkTransferItemIdGuidThe transfer item to be reallocated.
quantityInt32The quantity to reallocate.

Permissions

GlobalPermissions.Inventory.WarehouseTransferNode

Example Request

The following request format is required for this method.

Endpoint URL

GET | POST https://eu-ext.linnworks.net/api/WarehouseTransfer/AllocateItemToBin

Headers

Connection: keep-alive
Accept: application/json
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
Accept-Encoding: gzip, deflate
Authorization: INSERT_YOUR_TOKEN_HERE

Request Body

This is an example of the request structure. Results will vary depending on your data.

pkSrcBinId=74a0768e-bf1d-4e2d-98f2-530aacc5b54f&pkDstBinId=1428757e-7d0a-4489-b552-d6e74b0f1667&pkTransferItemId=5a11d445-2513-4cfc-b22f-42633715de2c&quantity=1

Response

This is an example of the response JSON. Results will vary depending on your data.

1