pipedrive_deal_products_add
Add a product to a Pipedrive deal with price per unit, quantity, and optional discount and tax method.
Instructions
Attach a product to a deal with price/quantity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deal_id | Yes | The deal ID | |
| product_id | Yes | The product ID to attach | |
| item_price | Yes | Price per unit | |
| quantity | Yes | Quantity | |
| discount | No | ||
| tax_method | No | ||
| comments | No |