pipedrive_update_product
Update an existing product's details including name, code, prices, and custom fields in Pipedrive.
Instructions
Update an existing product in Pipedrive.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Product ID to update | |
| name | No | New product name | |
| code | No | New product code | |
| description | No | New product description | |
| unit | No | New unit of measurement | |
| tax | No | New tax percentage | |
| category | No | New product category ID | |
| owner_id | No | New owner user ID | |
| is_linkable | No | Whether the product can be linked to deals | |
| visible_to | No | New visibility: 1=Owner, 3=Group, 5=Subgroups, 7=Company | |
| prices | No | Array of price objects per currency | |
| 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) |