find_stock
Check stock availability for a product across stores of a grocery chain. Narrow results by location or store ID.
Instructions
Check which stores of a given chain have a specific product in stock. Optionally filter by proximity to GPS coordinates or query a single store by ID. Not all chains support per-store stock queries; unsupported chains return a clear error. Use for "is this product available near Zurich HB?", "which Coop has item X in stock?".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | Yes | The chain to query for stock. Only chains with perStoreStock capability are supported. | |
| productId | Yes | Chain-specific product ID to check stock for. Obtain via search_products or get_product. | |
| near | No | Optional location to filter nearby stores. Pass coordinates, a Swiss ZIP, or a free-text address. If omitted, all stores may be queried. | |
| storeId | No | Query a single specific store by its chain-specific store ID. Takes precedence over `near`. |