# Inventory Levels

Inventory Levels endpoint used to check the current/live levels of inventory items in a specific location at the time of the request

# List Inventory Levels

GET /inventory_levels/{branch_id}

# Scope

inventory.transactions.read

# Response

{
    "data": [
        {
            "pivot": {
                "quantity": 2,
                "cost_per_unit": 4
            },
            "id": "8d32077c"
        }
    ]
}

# Filters

inventory_items.id

Last Updated: 17/9/2023, 1:06:16 PM