Use this call to allocate stock, in part or in full, from one bin to another.
Name | Type | Description |
---|---|---|
pkSrcBinId | Guid | The id of the source bin. |
pkDstBinId | Guid | The id of the destination bin. |
pkTransferItemId | Guid | The transfer item to be reallocated. |
quantity | Int32 | The quantity to reallocate. |
The following request format is required for this method.
GET | POST https://eu-ext.linnworks.net/api/WarehouseTransfer/AllocateItemToBin
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
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
This is an example of the response JSON. Results will vary depending on your data.
1