Product Discovery
Product discovery operations and parameters for Commerce Gateway.
1 min read · Tool Schema
Product discovery tools
search_productsget_product_detailsget_recommendations
Example request shape
json
{
"query": "running shoes under 100",
"filters": {
"category": "shoes",
"priceMax": 100
},
"limit": 10
}
| Field | Type | Required | Notes |
|---|---|---|---|
| query | string | yes | Natural language query |
| filters.category | string | no | Category filter |
| filters.priceMin | number | no | Minimum price |
| filters.priceMax | number | no | Maximum price |
| limit | number | no | 1-20 |