Update on or more pickwave items
Name | Type | Description |
---|---|---|
request | PickingWaveItemUpdateRequest |
The following request format is required for this method.
POST https://eu-ext.linnworks.net//api/Picking/UpdatePickingWaveItem 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={
"WaveItemUpdates": [
{
"PickingWaveItemsRowId": 1,
"TOTId": 1,
"TrayTag": "sample string 2",
"PickingTag": "sample string 3",
"PickedQuantity": 1,
"OrderState": 0,
"ItemState": 0,
"ToPickQuantity": 1
},
{
"PickingWaveItemsRowId": 1,
"TOTId": 1,
"TrayTag": "sample string 2",
"PickingTag": "sample string 3",
"PickedQuantity": 1,
"OrderState": 0,
"ItemState": 0,
"ToPickQuantity": 1
}
]
}
This is an example response. Results may vary depending on your data.
{
"PickingWaves": [
{
"LocationId": "333dd0a9-1e62-46d0-a7b3-23214ff65cfd",
"UserId": 1,
"EmailAddress": "sample string 2",
"CreatedDate": "2021-02-21T11:27:21.9248535+00:00",
"OrderCount": 4,
"ItemCount": 5,
"ItemsPicked": 6,
"OrdersPicked": 7,
"AccumulatedInProgressSeconds": 8,
"StartTime": "2021-02-21T11:27:21.9248535+00:00",
"EndTime": "2021-02-21T11:27:21.9248535+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": "0a08d7da-8ac4-4be8-9748-54eb7587d665",
"StockItemId": "8c026ec6-a025-46e6-b4d9-9bb94e2f58ff"
},
{
}
],
"Composition": [
{
"StockItemId": "ff2c3dff-ab5f-4fba-ac66-d4a80c188745",
"OrderItemRowId": "94735cb7-6524-47c8-ae0a-cda0cb432a0f",
"Quantity": 3,
"Children": [
{
},
{
}
]
},
{
}
],
"OrderId_Guid": "17eb4b40-995d-4c4a-8727-9504ee2b0450",
"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": "38b178c2-f88c-4b64-9ff0-eefa20148169",
"ItemTitle": "sample string 3",
"Barcode": "sample string 4",
"PrimaryImageURL": "sample string 5",
"Identifiers": [
{
"StockItemId": "585caf58-e05f-4221-92e5-6566489704f8",
"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": "f7c105ff-c984-42a7-8547-428078e0b42f",
"BatchNumber": "sample string 5",
"ExpiresOn": "2021-02-21T11:27:21.9248535+00:00",
"SellBy": "2021-02-21T11:27:21.9248535+00:00",
"BinrackTypeName": "sample string 6",
"LocationId": "9eb3d9f2-ae92-4b34-b4c6-bd6e177bb457"
},
{
}
]
}