---
title: "Creates a new warehouse zone."
method: POST
path: "/v2/warehouseassistant/warehouse-zones/create"
tags: ["WarehouseZoneCommand"]
---

# Creates a new warehouse zone.

`POST /v2/warehouseassistant/warehouse-zones/create`

## Headers

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

## Request body

- JTLWawiWarenlagerverwaltungPublicApiDataTransferObjectsV2WarehouseZoneCreateWarehouseZoneCommandRequest — Creates a new warehouse zone. - Request
  - `warehouseId` string, uuid
  - `code` string — Zone short code (must be unique within the warehouse).
  - `zoneType` integer — Zone type (0=Standard, 1=Picking, 2=Replenishment, 3=Reserve).
  - `description` string — Optional zone description.

## Response `201`

Warehouse zone was successfully created.

## Other responses

- `500` — Internal server error.

---

[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)
