---
title: "Creates a new bin location in a warehouse."
method: POST
path: "/v2/warehouseassistant/bin-locations/create"
tags: ["BinLocationManagementCommand"]
---

# Creates a new bin location in a warehouse.

`POST /v2/warehouseassistant/bin-locations/create`

## Headers

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

## Request body

- JTLWawiWarenlagerverwaltungPublicApiDataTransferObjectsV2BinLocationManagementCreateBinLocationCommandRequest — Creates a new bin location in a warehouse. - Request
  - `warehouseId` string, uuid
  - `name` string — Name of the bin location (must be unique within the warehouse, max 50 chars, no apostrophes).
  - `type` integer — Type of the bin location (0=Standard, 1=Shelf, 2=Floor, 3=Rack, 4=Picking, 5=Transfer, 6=Clarification).
  - `sort` integer — Optional sort order.

## Response `201`

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