check_inventory
Check per-location stock for a SKU, showing available, committed, and on-hand counts to determine if an item can be shipped.
Instructions
Stock for a SKU broken down by location, with available, committed and on-hand counts. Use when the question is 'can we ship it' rather than 'do we sell it'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sku | Yes | Exact SKU to look up. | |
| limit | No | Maximum matching variants, 1-50. |