Update a pickwave header
Name | Type | Description |
---|---|---|
request | PickingWaveUpdateRequest |
The following request format is required for this method.
POST https://eu-ext.linnworks.net//api/Picking/UpdatePickingWaveHeader 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,
"UserId": 1,
"State": 0,
"StartTime": "2021-02-21T11:27:08.3426717+00:00",
"EndTime": "2021-02-21T11:27:08.3426717+00:00"
}
This is an example response. Results may vary depending on your data.
{
"PickingWaves": [
{
"LocationId": "cc12f29e-5bdc-4515-bf46-20eb7825c8e4",
"UserId": 1,
"EmailAddress": "sample string 2",
"CreatedDate": "2021-02-21T11:27:22.2676589+00:00",
"OrderCount": 4,
"ItemCount": 5,
"ItemsPicked": 6,
"OrdersPicked": 7,
"AccumulatedInProgressSeconds": 8,
"StartTime": "2021-02-21T11:27:22.2676589+00:00",
"EndTime": "2021-02-21T11:27:22.2676589+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": "e60b7ebe-99a4-477d-86fe-57449fb5c5aa",
"StockItemId": "5d03bdcb-8377-48c3-aa68-e0f0430eb615"
},
{
}
],
"Composition": [
{
"StockItemId": "6cd92e58-6a36-47b2-bf04-5b1e06452ba2",
"OrderItemRowId": "a272db55-0ab8-41d8-bb30-5fd6eb6864d7",
"Quantity": 3,
"Children": [
{
},
{
}
]
},
{
}
],
"OrderId_Guid": "99d8feb5-3d58-4b33-aeeb-57c0090eb9c2",
"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": "b4b4c591-ac8d-4235-a2b5-e8cbcfcddbe0",
"ItemTitle": "sample string 3",
"Barcode": "sample string 4",
"PrimaryImageURL": "sample string 5",
"Identifiers": [
{
"StockItemId": "08542169-49d3-4b50-b160-38d81951bf5d",
"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": "b5353b2d-5093-4ce4-bb61-87c50b151533",
"BatchNumber": "sample string 5",
"ExpiresOn": "2021-02-21T11:27:22.2676589+00:00",
"SellBy": "2021-02-21T11:27:22.2686705+00:00",
"BinrackTypeName": "sample string 6",
"LocationId": "00436c4a-c6d1-418d-9526-4eb156123504"
},
{
}
]
}