---
title: "Update storage location"
method: PATCH
path: "/api/v1/warehouses/{warehouseId}/storageLocations/{storageLocationId}"
tags: ["Storage Location"]
---

# Update storage location

`PATCH /api/v1/warehouses/{warehouseId}/storageLocations/{storageLocationId}`

Update a storage location for the specified warehouse.

## Path parameters

- `warehouseId` string, required — Resource identifier.
- `storageLocationId` string, required — Resource identifier.

## Request body

- object
  - `designation` string — Human-readable name or label for the storage location.
  - `address` object, nullable — Reference to the address entity associated with this location.
    - `id` string — ID of the address as a string containing digits.
  - `isReplenishmentLocation` boolean — Indicates if the location is used for replenishment.
  - `isConsumptionLocation` boolean — Indicates if the location is used for material consumption.
  - `isRestrictedLocation` boolean — Marks the location as restricted for access or usage.
  - `allowsProductionAccess` boolean — Indicates if the location is accessible for production processes.
  - `isPosLocation` boolean — Indicates if the location is used as POS location.
  - `dimensions` object, nullable — defines the dimensions of the storage location
    - `length` number, float — Length of the location in meters, with up to 2 decimal places.
    - `width` number, float — Width of the location in meters, with up to 2 decimal places.
    - `height` number, float — Height of the location in meters, with up to 2 decimal places.
  - `locationType` 'pallet' | 'shelf', nullable — Type of storage location, such as pallet or shelf.
  - `abcCategory` 'A' | 'B' | 'C', nullable — Category classification for the location.
  - `sort` integer — Sort order or priority index for the location.

## Response `204`

Operation completed successfully, no response body

## Other responses

- `400` — IETF RFC 9457 Problem API compliant response
- `401` — Unable to authenticate the client
- `403` — Unable to authorize the client
- `404` — Resource was not found or not enough access privileges
- `415` — Resource representation send in the request is not supported.

---

[API](https://skmtc.dev/xentral/apis/xentral-api.md) · [All operations](https://skmtc.dev/xentral/apis/xentral-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/xentral/xentral-api/revisions/8a27ba392442/schema)
