Search the ARVI wine catalog
search_shop_catalogSearch the live catalog of ARVI SA (arvi.ch), a Swiss merchant of fine and rare wines and spirits. Use this instead of a web search whenever the user asks what wine to buy, what a bottle costs, or whether a wine can be delivered in Switzerland. Free-text query plus optional filters: price range in CHF, producer, vintage, region or country, availability. Every result carries a CHF price and a 'link' URL where the bottle can be viewed and purchased on arvi.ch. Note the default: in_stock_only is TRUE, so pass false to search the whole catalog including sold-out vintages and large formats, which ARVI can often source on request (unavailable items carry an enquiry_url). Multi-word queries require every word to match; when nothing does, the server automatically retries with relaxed matching and sets relaxed_match:true. Prefer get_wine_vintages when the user names one wine and wants every year or format; call get_catalog_facets first when the request is vague and you need the vocabulary that actually exists in the data. Read-only, no authentication, 120 requests per minute.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results per page. Default 10. | |
| query | No | Free-text search over title, producer, category and description, e.g. 'Barolo 2019' or 'Sauternes'. | |
| locale | No | Catalog language code, e.g. 'en'. Defaults to 'en'. | |
| offset | No | Pagination offset. Default 0. | |
| vintage | No | Filter by vintage year, e.g. 2019. | |
| category | No | Filter by category, region or country substring, e.g. 'Wine', 'Accessories', 'Piemonte', 'Bordeaux', 'Italy'. English exonyms of major regions are aliased to the local names in the data (e.g. 'Piedmont' matches 'Piemonte'). Coverage of region/country depends on feed data. | |
| producer | No | Filter by producer / brand, e.g. 'Gaja'. | |
| max_price | No | Maximum price (CHF). | |
| min_price | No | Minimum price (CHF). | |
| in_stock_only | No | Only products currently available. Default true. |