pipedrive_update_deal_product
Update a line-item product attached to a deal by specifying the deal ID and product attachment ID. Modify price, quantity, tax, discount, or other fields.
Instructions
Update a line-item product attached to a deal. All body fields optional.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The deal ID | |
| product_attachment_id | Yes | The product-attachment ID (the line item's own ID on the deal) | |
| product_id | No | The product ID to attach | |
| item_price | No | Price of one unit | |
| quantity | No | Quantity of the product | |
| tax | No | Tax percentage | |
| comments | No | Free-text comments for this line item | |
| discount | No | Discount applied to the line item | |
| is_enabled | No | Whether the product is enabled on the deal | |
| tax_method | No | How tax is applied | |
| discount_type | No | Whether discount is a percentage or fixed amount | |
| product_variation_id | No | Product variation ID (null to clear) | |
| billing_frequency | No | Billing frequency for recurring products | |
| billing_frequency_cycles | No | Number of billing cycles (null = unlimited) | |
| billing_start_date | No | Billing start date (YYYY-MM-DD) |