pipedrive_create_product
Add a product to Pipedrive with just a name. Optionally include code, description, pricing, and tax.
Instructions
Create a new product in Pipedrive. Only name is required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Product name (required) | |
| code | No | Product code | |
| description | No | Product description | |
| unit | No | Unit of measurement | |
| tax | No | Tax percentage (default 0) | |
| category | No | Product category ID | |
| owner_id | No | Owner user ID | |
| is_linkable | No | Whether the product can be linked to deals (default true) | |
| visible_to | No | 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 (default one-time) | |
| billing_frequency_cycles | No | Number of billing cycles (max 208, null = unlimited) |