pipedrive_add_deal_product
Attach a product line item to a deal, setting price, quantity, tax, and discount options.
Instructions
Attach a single product as a line item to a deal.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The deal ID | |
| product_id | Yes | The product ID to attach (required) | |
| item_price | Yes | Price of one unit (required) | |
| quantity | Yes | Quantity of the product (required) | |
| tax | No | Tax percentage (default 0) | |
| comments | No | Free-text comments for this line item | |
| discount | No | Discount applied to the line item (default 0) | |
| is_enabled | No | Whether the product is enabled on the deal (default true) | |
| tax_method | No | How tax is applied | |
| discount_type | No | Whether discount is a percentage or fixed amount (default percentage) | |
| 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) |