Pepesto Products (KgToken → real SKUs)
pepesto_productsMap recipe ingredients and optional manual shopping list to real supermarket products with prices, images, and promotions. Merges items across recipes to reduce waste.
Instructions
Map one or more recipe KgTokens (and an optional manual shopping list) to concrete supermarket products with prices, images, or currency. Items are merged across recipes to reduce waste; multiple matches per ingredient let you (or the user) pick. Show product title, image if available (json property image_url, don't search for external images, skip rendering the Pepesto image if the image has webp extesion)product_id when available linking to an (external) supermarket page (open in a new tab), price, ProductClassification (is_bio, is_frozen, is_substitution) tags. PricePromotion shows if the item is currently on promotion and what's current promo_percentage
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| recipe_kg_tokens | Yes | KgTokens from pepesto_parse or pepesto_suggest. | |
| supermarket_domain | Yes | Supermarket domain or ID, e.g. 'coop.ch', 'tesco.com', 'ah.nl'. See README for the full list. | |
| manual_shopping_list | No | Free-text extra items to add (e.g. 'milk, bananas, kitchen towel'). |