Updates the batch/binrack for allocated pickwave item. Only applicable to pickwave items with batch information
Name | Type | Description |
---|---|---|
request | UpdatePickedItemDeltaRequest |
The following request format is required for this method.
POST https://eu-ext.linnworks.net//api/Picking/UpdatePickedItemDelta 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={
"Deltas": [
{
"PickingWaveItemsRowId": 1,
"ToteId": 1,
"TrayTag": "sample string 2",
"PickedQuantityDelta": 3
},
{
"PickingWaveItemsRowId": 1,
"ToteId": 1,
"TrayTag": "sample string 2",
"PickedQuantityDelta": 3
}
]
}
This is an example response. Results may vary depending on your data.
{
"PickingWaves": [
{
"LocationId": "b819eb14-6f11-4654-b3f2-37d1ee70b5d4",
"UserId": 1,
"EmailAddress": "sample string 2",
"CreatedDate": "2021-02-21T11:27:23.6597077+00:00",
"OrderCount": 4,
"ItemCount": 5,
"ItemsPicked": 6,
"OrdersPicked": 7,
"AccumulatedInProgressSeconds": 8,
"StartTime": "2021-02-21T11:27:23.6597077+00:00",
"EndTime": "2021-02-21T11:27:23.6597077+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": "957c82ad-39d7-461d-bdec-8051724c4e08",
"StockItemId": "5fb0ce96-ddb2-4541-85b5-a0c3c46f0537"
},
{
}
],
"Composition": [
{
"StockItemId": "17a18abe-120c-48da-8460-c0c614ce1186",
"OrderItemRowId": "8fbd2a3b-795e-47fa-b738-2f4f59c8f68e",
"Quantity": 3,
"Children": [
{
},
{
}
]
},
{
}
],
"OrderId_Guid": "b5de9c7f-06c7-4825-9955-0bd3709dceec",
"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": "bcb81dde-77f1-473c-afc3-5cae3a695edf",
"ItemTitle": "sample string 3",
"Barcode": "sample string 4",
"PrimaryImageURL": "sample string 5",
"Identifiers": [
{
"StockItemId": "16bfbc48-4116-450f-9c50-dcc1b2763505",
"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": "6db7a6c2-0f57-4594-89f6-12895eec8cf8",
"BatchNumber": "sample string 5",
"ExpiresOn": "2021-02-21T11:27:23.6746941+00:00",
"SellBy": "2021-02-21T11:27:23.6746941+00:00",
"BinrackTypeName": "sample string 6",
"LocationId": "6111fd8d-b293-41fc-8e3e-2827a436e7c1"
},
{
}
]
}