Check availability
check_availabilityCheck stock status and on-hand quantity for a product using its unique product ID to verify availability.
Instructions
Check the stock status and on-hand quantity for a single product, given its product id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| productId | Yes | The product id to check, e.g. "sku-001". |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| name | Yes | ||
| status | Yes | Coarse stock status derived from the on-hand quantity. | |
| quantity | Yes | Units currently on hand. |