Get a list of all pickwaves
Name | Type | Description |
---|---|---|
request | GetPickingWavesRequest |
The following request format is required for this method.
POST https://eu-ext.linnworks.net//api/Picking/GetAllPickingWaves 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={
"State": 0,
"LocationId": "8a4219d9-1115-4fda-a023-58400c4744d0",
"DetailLevel": "All"
}
This is an example response. Results may vary depending on your data.
{
"PickingWaves": [
{
"LocationId": "be36bc47-c493-495f-82e9-ac7567b71ba6",
"UserId": 1,
"EmailAddress": "sample string 2",
"CreatedDate": "2021-02-21T11:27:20.9388875+00:00",
"OrderCount": 4,
"ItemCount": 5,
"ItemsPicked": 6,
"OrdersPicked": 7,
"AccumulatedInProgressSeconds": 8,
"StartTime": "2021-02-21T11:27:20.9388875+00:00",
"EndTime": "2021-02-21T11:27:20.9388875+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": "d28ab30b-2fd8-46ea-9a98-949c2affbb63",
"StockItemId": "17b52a41-69f7-43f7-81ef-8eafb8bd7f3b"
},
{
}
],
"Composition": [
{
"StockItemId": "eba6c863-b091-416d-91b3-8cca1919188b",
"OrderItemRowId": "7db116dc-1fb8-45e4-8797-47f3033ac195",
"Quantity": 3,
"Children": [
{
},
{
}
]
},
{
}
],
"OrderId_Guid": "f2d9d4f3-bd43-41a6-b83e-99cb1c926c07",
"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": "687e21bd-39f4-454e-8e52-9fa4ff3587ee",
"ItemTitle": "sample string 3",
"Barcode": "sample string 4",
"PrimaryImageURL": "sample string 5",
"Identifiers": [
{
"StockItemId": "ccecb726-995b-41e7-8218-0bc463100fa2",
"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": "23bb573a-c6d7-4a73-b389-9b5e68bbad69",
"BatchNumber": "sample string 5",
"ExpiresOn": "2021-02-21T11:27:20.9388875+00:00",
"SellBy": "2021-02-21T11:27:20.9388875+00:00",
"BinrackTypeName": "sample string 6",
"LocationId": "cdaf98ff-92b0-4aed-ba45-cdb93b786a06"
},
{
}
]
}