get_inventory
Get inventory analytics. Reports: summary (activeProducts count, totalVariants, outOfStock variant count, lowStock variant count with >0 and ≤10 units, totalUnits, active locations count), low_stock (products needing reorder — threshold defaults to 10 units), out_of_stock (zero-inventory variants), by_location (per-warehouse breakdown with location name, total SKUs tracked, units on hand).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of products (default: 20) | |
| report | Yes | Report type | |
| _offset | No | Pagination offset. If a response includes _pagination.hasMore=true, use _offset to fetch the next page. | |
| threshold | No | For low_stock: stock level threshold (default: 10) |