pipedrive_update_product
Update product details in Pipedrive CRM, such as name, pricing, tax, and custom fields, by specifying the product ID and new values.
Instructions
Update an existing product in Pipedrive.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Product ID to update | |
| tax | No | New tax percentage | |
| code | No | New product code | |
| name | No | New product name | |
| unit | No | New unit of measurement | |
| prices | No | Array of price objects per currency | |
| category | No | New product category ID | |
| owner_id | No | New owner user ID | |
| visible_to | No | New visibility: 1=Owner, 3=Group, 5=Subgroups, 7=Company | |
| description | No | New product description | |
| is_linkable | No | Whether the product can be linked to deals | |
| custom_fields | No | Custom field values as object with field keys | |
| billing_frequency | No | Billing frequency | |
| billing_frequency_cycles | No | Number of billing cycles (max 208, null = unlimited) |