Create a location
Locations
Create a location
Create a new storage location in the warehouse. Locations define where stock can be stored and picked from.
POST
Create a location
Request Structure
Key Fields
| Field | Required | Description |
|---|---|---|
code | Yes | Unique location code (max 60 chars) |
warehouse_id | Yes | ID of the warehouse |
location_type_id | Yes | Location type defining behavior |
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.
Body
application/json
Response
Location created successfully

