v1

latestOpenAPI 3.0.32026-07-13149852.3 MB
location

Location - Get All

Retrieve all locations for a specific warehouse.

get/location/get_all

Query parameters

warehouse_idstring required

Warehouse ID to get all locations for

Example:507f1f77bcf86cd799439011

Response

All locations in the warehouse with their inventory items

Example response

{
  "locations": [
    {
      "_id": "507f1f77bcf86cd799439011",
      "warehouse_id": "507f1f77bcf86cd799439011",
      "items": [
        {
          "item_id": "507f1f77bcf86cd799439011"
        }
      ]
    }
  ]
}