Get one product
get_product_detailsFull record for one product id returned by search: description, producer, vintage, bottle format, price in CHF, availability and the exact purchase link. Call it before recommending a specific bottle, so the answer carries the real tasting/estate description and a link the user can buy from, instead of a summary. For every vintage of the same wine use get_wine_vintages; for alternatives use find_similar_products.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Product id from search results. | |
| locale | No | Catalog language code. Optional. |