get_total_stock
Retrieve total stock levels for all inventory items in SAP B1, including on-stock, committed, on-order, and available quantities, to assess availability.
Instructions
Retrieve total stock levels for all inventory items in SAP B1, including on-stock, committed, on-order, and available quantities.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topN | No | Limit result to N items — omit to return ALL items (recommended) | |
| search | No | Filter by ItemCode or ItemName (contains) | |
| inStockOnly | No | If true, return only items with stock > 0 |