products_update
Update an existing product's details including name, code, description, pricing, billing, and visibility settings in Pipedrive.
Instructions
Update an existing product in Pipedrive.
All fields are optional except id. Only provide the fields you want to update.
Updatable fields:
name: Product name
code: Product code (SKU)
description: Product description
unit: Unit type
tax: Tax percentage
active_flag: Whether product is active
selectable: Whether product can be selected in deals
visible_to: Visibility level
owner_id: Product owner
prices: Array of price objects
billing_frequency: Billing frequency
billing_frequency_cycles: Number of billing cycles
Note: When updating prices, the entire prices array is replaced.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Product ID (required) | |
| name | No | Product name | |
| code | No | Product code/SKU | |
| description | No | Product description | |
| unit | No | Unit type | |
| tax | No | Tax percentage (0-100) | |
| active_flag | No | Whether product is active | |
| selectable | No | Whether product can be selected in deals | |
| visible_to | No | Visibility level | |
| owner_id | No | ID of the user who will own this product | |
| prices | No | Array of price objects (replaces existing prices) | |
| billing_frequency | No | Billing frequency | |
| billing_frequency_cycles | No | Number of billing cycles |