v1

latestOpenAPI 3.0.02026-07-266521,3121.2 MB
Picking

GetPickwaveUsersWithSummary

Returns a list of pickwaves as well as dummy entries for users who have permissions to complete pickwaves, but don't currently have any assigned. These entries will have a PickwaveId of 0. <b>Permissions Required: </b> GlobalPermissions.OrderBook.OpenOrders.PickingWaves.GeneratePickingWavesNode <b>Rate limit: </b><span style="background-color:#0272d9;color:white;padding:4px 8px;text-align:center;border-radius:5px; font-size: small;"><b>150</b></span> / minute

get/api/Picking/GetPickwaveUsersWithSummary

Query parameters

state'Unallocated' | 'Allocated' | 'InProgress' | 'Paused' | 'Complete' | 'Abandoned' | 'Packing' | 'Shipped'

Pickwave state (optional), if not supplied then all states.

locationIdstring uuid

Location id for waves

detailLevel'All' | 'OnlyPickWave'

Detail level, if not supplied then all is assumed

Response

OK

Example response

{
  "PickingWaves": [
    {
      "LocationId": "00000000-0000-0000-0000-000000000000",
      "Orders": [
        {
          "Items": [
            {
              "OrderItemRowId": "00000000-0000-0000-0000-000000000000",
              "StockItemId": "00000000-0000-0000-0000-000000000000"
            }
          ]
        }
      ]
    }
  ]
}