Search several things at once
search_products_batchRun multiple grocery catalogue searches in a single request and receive results grouped by query. Reduces round trips when finding many products at once.
Instructions
Run several catalogue searches in one call and get the results grouped by query, so finding many products costs one round trip. Every group carries its own coverage sentence and the same caveats as search_products: the ranking pads results, extra query words are ANDed, and a truncated group cannot answer cheapest/only/none questions. Prices and availability are per delivery location; call get_location to see the current one and set_location to change it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| queries | Yes | The searches to run, e.g. ['paneer', 'limes', 'oat milk']. | |
| department | No | Restrict every query to this department slug. | |
| resultsPerQuery | No | How many top candidates to return per query. | |
| includeOutOfStock | No | Include unbuyable products. |