v1

latestOpenAPI 3.0.32026-07-13149852.3 MB
location

Location - Get Items

Retrieve all items assigned to a specific warehouse location.

get/location/get_items

Query parameters

idstring required

Location ID

Example:507f1f77bcf86cd799439011

Response

Location details with inventory items

Example response

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