pipedrive_search_products
Find products in Pipedrive by searching name, code, or custom fields. Supports exact match, pagination, and including product price.
Instructions
Search for products by name, code, or custom fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| term | Yes | Search term | |
| fields | No | Field to search in. Defaults to all. | |
| exact_match | No | Use exact match | |
| include_fields | No | Extra fields to include (product.price) | |
| limit | No | Number of results (1-100) | |
| cursor | No | Cursor for pagination (from previous response) |