v1
latestOpenAPI 3.0.02026-07-2455104.8 MBStorage 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
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