products_search
Search for products by name, SKU, or custom fields with support for partial and exact matches.
Instructions
Search for products by name, code, or custom fields.
This is a powerful search tool that finds products matching your query across multiple fields.
Search features:
Searches product name, code, and custom fields by default
Minimum 1 character required (or use exact_match for single chars)
Returns relevance-scored results
Supports pagination
Use cases:
Finding products by partial name
Looking up products by code/SKU
Searching custom product attributes
Quick product lookup during deal creation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| term | Yes | Search term (minimum 1 character) | |
| fields | No | Comma-separated fields to search (optional) | |
| exact_match | No | Only return exact matches (not case sensitive) | |
| include_fields | No | Additional fields to include in response | |
| start | No | Pagination start (default: 0) | |
| limit | No | Items per page, max 500 |