Name | Type | Description | Notes |
---|---|---|---|
name | String | The name of the product | [optional] |
code | String | The product code | [optional] |
description | String | The product description | [optional] |
unit | String | The unit in which this product is sold | [optional] |
tax | Number | The tax percentage | [optional] [default to 0] |
active_flag | Boolean | Whether this product will be made active or not | [optional] [default to true] |
selectable | Boolean | Whether this product can be selected in deals or not | [optional] [default to true] |
visible_to | VisibleTo | The visibility of the product. If omitted, the visibility will be set to the default visibility setting of this item type for the authorized user. Read more about visibility groups <a href="https://support.pipedrive.com/en/article/visibility-groups\" target="_blank" rel="noopener noreferrer">here</a>.<h4>Essential / Advanced plan</h4><table><tr><th style="width: 40px">Value</th><th>Description</th></tr><tr><td>`1`</td><td>Owner & followers</td><tr><td>`3`</td><td>Entire company</td></tr></table><h4>Professional / Enterprise plan</h4><table><tr><th style="width: 40px">Value</th><th>Description</th></tr><tr><td>`1`</td><td>Owner only</td><tr><td>`3`</td><td>Owner's visibility group</td></tr><tr><td>`5`</td><td>Owner's visibility group and sub-groups</td></tr><tr><td>`7`</td><td>Entire company</td></tr></table> | [optional] |
owner_id | Number | The ID of the user who will be marked as the owner of this product. When omitted, the authorized user ID will be used | [optional] |
prices | [Object] | An array of objects, each containing: `currency` (string), `price` (number), `cost` (number, optional), `overhead_cost` (number, optional), `notes` (string, optional). Note that there can only be one price per product per currency. When `prices` is omitted altogether, a default price of 0 and a default currency based on the company's currency will be assigned. | [optional] |
billing_frequency | BillingFrequency1 | [optional] | |
billing_frequency_cycles | Number | Only available in Advanced and above plans The number of times the billing frequency repeats for a product in a deal When `billing_frequency` is set to `one-time`, this field must be `null` For all the other values of `billing_frequency`, `null` represents a product billed indefinitely Must be a positive integer less or equal to 312 | [optional] |