Get a list of list of pickwaves for the current user
Name | Type | Description |
---|---|---|
request | GetPickingWavesRequest |
The following request format is required for this method.
POST https://eu-ext.linnworks.net//api/Picking/GetMyPickingWaves 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": "084c0ec2-a64b-4b73-a434-f89423cd16fa",
"DetailLevel": "All"
}
This is an example response. Results may vary depending on your data.
{
"PickingWaves": [
{
"LocationId": "35389601-6bd6-4f32-85c1-4d3544fc89e5",
"UserId": 1,
"EmailAddress": "sample string 2",
"CreatedDate": "2021-02-21T11:27:21.2749052+00:00",
"OrderCount": 4,
"ItemCount": 5,
"ItemsPicked": 6,
"OrdersPicked": 7,
"AccumulatedInProgressSeconds": 8,
"StartTime": "2021-02-21T11:27:21.2749052+00:00",
"EndTime": "2021-02-21T11:27:21.2749052+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": "d4b7eff6-621a-4959-92bb-6d4757ce6190",
"StockItemId": "9d19138e-e378-454f-a388-0a9431988e2f"
},
{
}
],
"Composition": [
{
"StockItemId": "e495048d-c5b4-4219-ab08-7a7c3b99a6ee",
"OrderItemRowId": "9d93e330-3733-4447-9f7d-90c47a442235",
"Quantity": 3,
"Children": [
{
},
{
}
]
},
{
}
],
"OrderId_Guid": "7a065297-d35b-4b6e-b1de-8911cc455fa9",
"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": "29924b07-b7f4-4f6b-bc91-a356d145d3c4",
"ItemTitle": "sample string 3",
"Barcode": "sample string 4",
"PrimaryImageURL": "sample string 5",
"Identifiers": [
{
"StockItemId": "59995d73-96b5-406f-bcbf-6f38fe88efb0",
"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": "e204d2a6-c055-45f4-a0fd-5d0145c520db",
"BatchNumber": "sample string 5",
"ExpiresOn": "2021-02-21T11:27:21.2749052+00:00",
"SellBy": "2021-02-21T11:27:21.2749052+00:00",
"BinrackTypeName": "sample string 6",
"LocationId": "a56f76b4-2da3-419a-9fcd-ca7262600795"
},
{
}
]
}