Generate locations from a range
Locations
Generate locations from a range
Bulk-generate Location records from zone/aisle/column/row/slot ranges. Returns 204 No Content; the generated locations can be read via the Locations GraphQL list.
POST
Generate locations from a range
Request Structure
range_start_*/range_end_* pair is required). Each created location’s code is the concatenation of its range components.
| Field | Required | Description |
|---|---|---|
warehouse_id | Yes | Target warehouse |
location_type_id | Yes | Location type for the created locations |
range_start_* / range_end_* | At least one pair | Ranges for zone, aisle, column, row, slot |
prefix | No | Code prefix |
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
Operation completed successfully with no content to return

