---
title: "GetPickingwaveDespatchDataByLocation"
method: GET
path: "/api/Picking/GetPickingwaveDespatchDataByLocation"
tags: ["Picking"]
---

# GetPickingwaveDespatchDataByLocation

`GET /api/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

## Query parameters

- `locationId` string, uuid

## Response `200`

OK

- PickingWaveDespatchData[]
  - `PickingWaveId` integer — Pickwave Id
  - `OrderId` integer — Numeric Order Id
  - `OrderIdGuid` string, uuid — The orderId represented as a Guid
  - `StockItemId` string, uuid — Linnworks Stock item identifier
  - `SortOrder` integer — The sequence of this item in its parent pickwave
  - `ToteId` integer — The identifier for the tote it was picked into. If the item was not picked into a tote, this will be null.
  - `TrayNumber` string — The tray this item was picked into. If the item was not picked into a tray, this will be empty
  - `ToteBarcode` string — Barcode assigned to the scanned tote. If the item was not picked into a tote, this will be empty
  - `ToPickQty` integer — The quantity of this item that was to be picked
  - `PickedQty` integer — The quantity of this item that has been picked

---

[API](https://skmtc.net/linnworks/apis/authenticate-api.md) · [All operations](https://skmtc.net/linnworks/apis/authenticate-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/linnworks/authenticate-api/revisions/0123569a22fb/schema)
