v1

latestOpenAPI 3.0.02026-07-266521,3121.2 MB
Picking

GetPickingwaveDespatchDataByLocation

<b>Permissions Required: </b> GlobalPermissions.OrderBook.OpenOrders.PickingWavesNode <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/GetPickingwaveDespatchDataByLocation

Query parameters

locationIdstring uuid

Response

OK

PickingWaveIdinteger

Pickwave Id

OrderIdinteger

Numeric Order Id

OrderIdGuidstring uuid

The orderId represented as a Guid

StockItemIdstring uuid

Linnworks Stock item identifier

SortOrderinteger

The sequence of this item in its parent pickwave

ToteIdinteger

The identifier for the tote it was picked into. If the item was not picked into a tote, this will be null.

TrayNumberstring

The tray this item was picked into. If the item was not picked into a tray, this will be empty

ToteBarcodestring

Barcode assigned to the scanned tote. If the item was not picked into a tote, this will be empty

ToPickQtyinteger

The quantity of this item that was to be picked

PickedQtyinteger

The quantity of this item that has been picked

Example response

[
  {
    "OrderIdGuid": "00000000-0000-0000-0000-000000000000",
    "StockItemId": "00000000-0000-0000-0000-000000000000"
  }
]