Check store stock
polvenn_check_store_stockCheck if a beer is in stock at a Vinmonopolet store. Provide an article number and optional store ID to get stock status and product details.
Instructions
Check if a specific beer is in stock at a Vinmonopolet store.
Args:
articleNumber (string): Vinmonopolet article number
storeId (string, optional): Store ID. Defaults to your configured home store.
Returns: Stock status and product details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| storeId | No | Specific store ID. If omitted, uses your configured home store. | |
| articleNumber | Yes | Vinmonopolet article number (e.g. '20537202') |