BazaarOn.ai

Custom UCP capability

ai.bazaaron.shopping.recipe_ingredient_match

Turns a list of recipe ingredients into matching, in-stock grocery products from the connected stores.

Endpoint

POST https://bazaaron.ai/ucp/v1/recipe-match

Request

{ "ingredients": ["paneer", "basmati rice", "garam masala"] }

Response

{ "capability": "ai.bazaaron.shopping.recipe_ingredient_match", "matches": [ { "ingredient": "paneer", "products": [ { "id": "...", "name": "Amul Paneer", "priceCents": 449, "storeName": "Patel Brothers", "inventory": 30 } ] } ] }

Machine-readable schema: recipe-ingredient-match.json