---
title: "Updates metadata of an existing bin location (name, type, sort order)."
method: PATCH
path: "/v2/warehouseassistant/bin-locations/update"
tags: ["BinLocationManagementCommand"]
---

# Updates metadata of an existing bin location (name, type, sort order).

`PATCH /v2/warehouseassistant/bin-locations/update`

## Headers

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

## Request body

- JTLWawiWarenlagerverwaltungPublicApiDataTransferObjectsV2BinLocationManagementUpdateBinLocationMetadataCommandRequest — Updates metadata of an existing bin location (name, type, sort order). - Request
  - `binLocationId` string, uuid
  - `name` string — New name for the bin location (must be unique within the warehouse, max 50 chars, no apostrophes).
  - `type` integer — New type for the bin location (0=Standard, 1=Shelf, 2=Floor, 3=Rack, 4=Picking, 5=Transfer, 6=Clarification).
  - `sort` integer — New sort order.

## Response `200`

Bin location 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)
