search_products
Find grocery products in Picnic's catalog by search query, returning matches with name, price, currency, and unit.
Instructions
Search Picnic's product catalog.
Returns a list of matches, each with: id, name, price (float, EUR), currency, unit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |