Update a location
Locations
Update a location
Update an existing location’s attributes such as its code, description, or capacity settings.
PATCH
Update a location
Request Structure
Key Fields
| Field | Required | Description |
|---|---|---|
code | No | Unique location code (max 60 chars) |
description | No | Location description |
barcode | No | Scannable barcode for RF devices |
aisle, bay, level, position | No | Physical location coordinates |
Authorizations
OAuth 2.0 authentication. Use the client credentials or authorization code flow to obtain an access token.
The subdomain/tenant name identifying which tenant's data to access. Required for all API requests.
Path Parameters
The unique identifier of the location to update
Body
application/json
Response
Location updated successfully

