pipedrive_list_products
Fetch Pipedrive products using filters, IDs, or owners, with pagination and sorting to manage inventory or sync product data.
Instructions
List products from Pipedrive with optional filtering by owner, IDs, or filter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | Comma-separated product IDs to fetch (max 100) | |
| limit | No | Number of items (1-100) | |
| cursor | No | Cursor for pagination | |
| sort_by | No | Field to sort by | |
| owner_id | No | Filter by owner user ID | |
| filter_id | No | Filter by saved filter ID | |
| custom_fields | No | Include custom fields in response (comma-separated field keys, max 15) | |
| updated_since | No | Filter products updated after this time (RFC3339 format) | |
| sort_direction | No | Sort direction |