search_products
Search in-stock products in the catalog, filter by type or name, and retrieve price, availability, and type. Use a slug for direct single-product lookup.
Instructions
Search in-stock products in the catalog. Returns name, price, type, availability. Filter by type (granulas, briketes, saplaksnis) or name search. Pass slug for single-product lookup.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | No | Specific product slug for single-product lookup | |
| type | No | Product type filter (e.g., granulas, briketes, saplaksnis) | |
| search | No | Search text (matches name, type, category) |