Search products
search_productsSearch the published product catalogue. Filters: free-text (q, FTS-backed), category / manufacturer slugs, ISO-2 country, moqMax, priceMax. Returns localised product cards.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Free-text search across name + description (FTS via migration 0016 with ILIKE fallback). | |
| limit | No | Max results (1–50). Defaults to 12. | |
| locale | No | Preferred locale for returned text. | |
| moqMax | No | Max minimum-order-quantity threshold (inclusive). | |
| offset | No | Pagination offset. | |
| country | No | ISO 3166-1 alpha-2 country code (e.g. "UA"). | |
| category | No | Category slug filter (categories.slug). | |
| priceMax | No | Max `price_from` threshold (inclusive). | |
| manufacturer | No | Manufacturer slug filter (manufacturers.slug). |