v1

latestOpenAPI 3.0.02026-07-2455104.8 MB
Storage Location

Update storage location

Update a storage location for the specified warehouse.

patch/api/v1/warehouses/{warehouseId}/storageLocations/{storageLocationId}

Path parameters

warehouseIdstring required

Resource identifier.

Example:17

ID of warehouse

storageLocationIdstring required

Resource identifier.

Example:17

ID of storage location

Request body

designationstring

Human-readable name or label for the storage location.

isReplenishmentLocationboolean

Indicates if the location is used for replenishment.

isConsumptionLocationboolean

Indicates if the location is used for material consumption.

isRestrictedLocationboolean

Marks the location as restricted for access or usage.

allowsProductionAccessboolean

Indicates if the location is accessible for production processes.

isPosLocationboolean

Indicates if the location is used as POS location.

locationType'pallet' | 'shelf' nullable

Type of storage location, such as pallet or shelf.

abcCategory'A' | 'B' | 'C' nullable

Category classification for the location.

sortinteger

Sort order or priority index for the location.

Example request

{
  "designation": "Cold Storage Zone A",
  "address": {
    "id": "1024"
  },
  "isReplenishmentLocation": true,
  "isRestrictedLocation": true,
  "allowsProductionAccess": true,
  "dimensions": {
    "length": 12.75,
    "width": 5.5,
    "height": 3.25
  },
  "locationType": "pallet",
  "abcCategory": "B",
  "sort": 10
}

Response

Operation completed successfully, no response body