Back

Search

Search

Methods

Inventory

OrderPrintStatus
Orders

Picking /GetAllPickingWaveHeaders

Allows 150 calls per minute

Response: GetPickingWaveHeadersResponse



Get a list of all pickwaves

Parameters

NameTypeDescription
requestGetPickingWavesRequest

Permissions

GlobalPermissions.OrderBook.OpenOrders.PickingWaves.AllPickingWavesNode

Example Request

The following request format is required for this method.

Endpoint URL

GET | POST https://eu-ext.linnworks.net/api/Picking/GetAllPickingWaveHeaders

Headers

Connection: keep-alive
Accept: application/json
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
Accept-Encoding: gzip, deflate
Authorization: INSERT_YOUR_TOKEN_HERE

Request Body

This is an example of the request structure. Results will vary depending on your data.

request={
  "State": 0,
  "LocationId": "d3595671-6312-4257-a98d-9da9d324050b",
  "DetailLevel": "All"
}

Response

This is an example of the response JSON. Results will vary depending on your data.

{
  "PickwaveHeaders": [
    {
      "LocationId": "baff0f17-ca69-4169-93db-431863c168c5",
      "UserId": 1,
      "EmailAddress": "sample string 2",
      "CreatedDate": "2023-01-10T13:49:50.4057292+00:00",
      "OrderCount": 4,
      "ItemCount": 5,
      "ItemsPicked": 6,
      "OrdersPicked": 7,
      "AccumulatedInProgressSeconds": 8,
      "StartTime": "2023-01-10T13:49:50.4057292+00:00",
      "EndTime": "2023-01-10T13:49:50.4057292+00:00",
      "GroupType": "Items",
      "Orders": [
        {
          "PickingWaveOrdersRowId": 1,
          "PickingWaveId": 2,
          "OrderId": 3,
          "PickState": "Unpicked",
          "SortOrder": 4,
          "ItemCount": 5,
          "PickedItemsCount": 6,
          "Items": [
            {
              "PickingWaveItemsRowId": 1,
              "PickingWaveId": 2,
              "PickedQuantity": 3,
              "TotBarcode": "sample string 4",
              "SortOrder": 5,
              "ToPickQuantity": 6,
              "TOTId": 1,
              "TrayTag": "sample string 7",
              "PickingTag": "sample string 8",
              "ItemState": 0,
              "BatchInventoryId": 1,
              "OrderId": 9,
              "OrderItemRowId": "df5c3232-9288-49e3-b0b8-50c0ed94d664",
              "StockItemId": "71345ed0-91b0-4d24-8616-106a04df534f"
            }
          ]
        }
      ],
      "Options": {
        "ItemScanType": "Any",
        "TrayScanRequired": true,
        "TotScanRequired": true,
        "BinRackScanRequired": true
      },
      "PickingWaveId": 9,
      "State": "Unallocated"
    }
  ]
}