Skip to main content

Create Warehouse Location

POST 

/api/warehouse-locations

Create a storage location inside a warehouse.

Required scope: warehouses:write

Grant this scope to your token under Settings → Developer → Personal Access Tokens.

Fields:

  • warehouse_id (required) — must be an existing warehouse.
  • aisle (required, max 255).
  • bay, shelf, bin (optional, max 255 each).
  • is_default (optional boolean) — when true, this location becomes the warehouse's default and the default flag is automatically cleared from every other location in that warehouse.

Authentication: Requires Bearer token.

Request

Responses

Created

Response Headers
    Content-Type