Updates the batch/binrack for allocated pickwave item. Only applicable to pickwave items with batch information
Name | Type | Description |
---|---|---|
request | UpdatePickingWaveItemWithNewBinrackRequest |
The following request format is required for this method.
POST https://eu-ext.linnworks.net//api/Picking/UpdatePickingWaveItemWithNewBinrack HTTP/1.1
Host: eu-ext.linnworks.net
Connection: keep-alive
Accept: application/json, text/javascript, */*; q=0.01
Origin: https://www.linnworks.net
Accept-Language: en
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
Referer: https://www.linnworks.net/
Accept-Encoding: gzip, deflate
Authorization: INSERT_YOUR_TOKEN_HERE
request={
"PickingWaveId": 1,
"PickingWaveItemRowIds": [
1,
2
],
"NewBatchInventoryId": 2,
"SortType": "GoNow"
}
This is an example response. Results may vary depending on your data.
{
"PickingWaves": [
{
"LocationId": "7ae6c753-5448-4ecd-9e9b-15838cbc2447",
"UserId": 1,
"EmailAddress": "sample string 2",
"CreatedDate": "2021-02-21T11:27:23.3093092+00:00",
"OrderCount": 4,
"ItemCount": 5,
"ItemsPicked": 6,
"OrdersPicked": 7,
"AccumulatedInProgressSeconds": 8,
"StartTime": "2021-02-21T11:27:23.3093092+00:00",
"EndTime": "2021-02-21T11:27:23.3093092+00:00",
"GroupType": "Items",
"Orders": [
{
"PickingWaveOrdersRowId": 1,
"PickingWaveId": 2,
"OrderId": 3,
"PickState": "Unpicked",
"SortOrder": 4,
"ItemCount": 5,
"PickedItemsCount": 6,
"Items": [
{
"SortOrder": 1,
"ToPickQuantity": 2,
"TOTId": 1,
"TrayTag": "sample string 3",
"PickingTag": "sample string 4",
"PickingWaveItemsRowId": 5,
"PickingWaveId": 6,
"PickedQuantity": 7,
"ItemState": "Normal",
"Totes": [
{
"RowId": 1,
"PickingWaveItemsRowId": 2,
"ToteId": 1,
"TrayTag": "sample string 3",
"PickedQuantity": 4
},
{
}
],
"BatchInventoryId": 1,
"OrderId": 8,
"OrderItemRowId": "55001183-7e09-4ef9-9075-a5a4858de167",
"StockItemId": "6bc365df-074d-40e8-9795-af888e9eba19"
},
{
}
],
"Composition": [
{
"StockItemId": "514cbb6e-11cc-4ab9-869a-9db8294db3f6",
"OrderItemRowId": "3c9eb7ef-bc91-4f1c-b250-81f3877b7603",
"Quantity": 3,
"Children": [
{
},
{
}
]
},
{
}
],
"OrderId_Guid": "a93b961c-feb5-4ee9-ae18-5d860ebea1c7",
"IsProcessed": true,
"IsCancelled": true,
"IsOnHold": true,
"IsLocked": true,
"IsPaid": true
},
{
}
],
"Options": {
"ItemScanType": "Any",
"TrayScanRequired": true,
"TotScanRequired": true,
"BinRackScanRequired": true
},
"PickingWaveId": 9,
"State": "Unallocated"
},
{
}
],
"Skus": [
{
"SKU": "sample string 1",
"StockItemId": "6b9cff6c-2758-47eb-a116-dd3faf9414c0",
"ItemTitle": "sample string 3",
"Barcode": "sample string 4",
"PrimaryImageURL": "sample string 5",
"Identifiers": [
{
"StockItemId": "1a364b25-9921-43d7-bae6-344ff1fcfdbf",
"Type": "EAN",
"Value": "sample string 2"
},
{
}
]
},
{
}
],
"Bins": [
{
"BinRackId": 1,
"StandardType": 1,
"BatchId": 1,
"BatchInventoryId": 1,
"PrioritySequence": 1,
"BatchStatus": "sample string 1",
"BinRack": "sample string 1",
"CurrentFullPercentage": 2.0,
"Quantity": 3,
"InTransit": 1,
"PickedQuantity": 1,
"InventoryTrackingType": 1,
"StockItemId": "9ea99b7c-7dcd-440c-becb-3ba7ba40a677",
"BatchNumber": "sample string 5",
"ExpiresOn": "2021-02-21T11:27:23.3103055+00:00",
"SellBy": "2021-02-21T11:27:23.3103055+00:00",
"BinrackTypeName": "sample string 6",
"LocationId": "441feb6c-b116-4c75-8e54-e398912413b1"
},
{
}
]
}