---
title: "Updates mutable metadata (code, description, type) of an existing warehouse zone."
method: PATCH
path: "/v2/warehouseassistant/warehouse-zones/update"
tags: ["WarehouseZoneCommand"]
---

# Updates mutable metadata (code, description, type) of an existing warehouse zone.

`PATCH /v2/warehouseassistant/warehouse-zones/update`

## Headers

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

## Request body

- JTLWawiWarenlagerverwaltungPublicApiDataTransferObjectsV2WarehouseZoneUpdateWarehouseZoneMetadataCommandRequest — Updates mutable metadata (code, description, type) of an existing warehouse zone. - Request
  - `zoneId` string, uuid
  - `code` string — New zone short code (omit to keep existing).
  - `zoneType` integer — New zone type (omit to keep existing).
  - `description` string — New zone description (omit to keep existing).

## Response `200`

Warehouse zone metadata was successfully updated.

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