---
title: "Query Pick List Position"
method: GET
path: "/v2/wms/{warehouseId}/picklists/{picklistId}"
tags: ["wms"]
---

# Query Pick List Position

`GET /v2/wms/{warehouseId}/picklists/{picklistId}`

Query all positions for a given pick list

## Path parameters

- `warehouseId` string, uuid, required
- `picklistId` string, uuid, required

## Headers

- `x-tenant-id` string, uuid, required
- `x-runas` string
- `x-companyid` string

## Response `200`

Returns all pick lists positions for an given pick list.

- JTLWawiRestContractsModelsV2WMSPickListPosition[]
  - `id` string, uuid
  - `warehouseId` string, uuid
  - `picklistId` string, uuid
  - `storageLocationId` string, uuid
  - `itemId` string, uuid
  - `quantity` number — Quantity to pick.
  - `status` 10 | 11 | 20 | 30 | 40 — 10 = Created, 11 = InProgress, 20 = Picked, 30 = InShippingBox, 40 = Completed
  - `priority` integer — Priority of the position.
  - `salesOrderLineItemId` string, uuid
  - `createdAt` string, date-time — Time when the pick list was created.

## Other responses

- `401`
- `402` — No licence available or the app has not been authorised by JTL.
- `404` — No wms warehouse or pick list with the given ID exists.

---

[API](https://skmtc.net/jtl-software/apis/scx-authentication-api.md) · [All operations](https://skmtc.net/jtl-software/apis/scx-authentication-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jtl-software/scx-authentication-api/revisions/f979b1ea6951/schema)
