---
title: "Create Pick List"
method: POST
path: "/v2/wms/{warehouseId}/picklists"
tags: ["wms"]
---

# Create Pick List

`POST /v2/wms/{warehouseId}/picklists`

Create a new pick list for a specific wms warehouse

## Path parameters

- `warehouseId` string, uuid, required

## Headers

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

## Request body

- JTLWawiRestContractsModelsV1WMSCreatePickList — Model Class: CreatePickList
  - `pickListTemplateId` string, uuid

## Response `201`

Returns the created pick list.

- JTLWawiRestContractsModelsV1WMSPickList — Model Class: PickList
  - `id` string, uuid
  - `warehouseId` string, uuid
  - `picklistNumber` string — Number of the pick list. This can be resetted in JTL-Wawi, but is always used for printing and showing the pick list in the UI.
  - `pickListTemplateId` string, uuid
  - `pickListTemplateName` string — Name of the pick list template that created the pick list.
  - `status` 10 | 11 | 20 | 30 | 40 — 10 = Created, 11 = InProgress, 20 = Picked, 30 = InShippingBox, 40 = Completed
  - `createdAt` string, date-time — Time when the pick list was created.

## Other responses

- `400` — The sent data is invalid.
- `401`
- `402` — No licence available or the app has not been authorised by JTL.
- `404` — No wms warehouse or pick list template 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)
