Skip to content

Files

Latest commit

eb30cbc · Feb 10, 2025

History

History
20 lines (17 loc) · 1.83 KB

BaseProduct.md

File metadata and controls

20 lines (17 loc) · 1.83 KB

# BaseProduct

Properties

Name Type Description Notes
id float The ID of the product [optional]
name string The name of the product [optional]
code string The product code [optional]
unit string The unit in which this product is sold [optional]
tax float The tax percentage [optional] [default to 0]
is_deleted bool Whether this product will be made marked as deleted or not [optional] [default to false]
is_linkable bool Whether this product can be added to a deal or not [optional] [default to true]
visible_to VisibleTo Visibility of the product [optional]
owner_id int Information about the Pipedrive user who owns the product [optional]
custom_fields array<string,object> An object where each key represents a custom field. All custom fields are referenced as randomly generated 40-character hashes [optional]
billing_frequency \Pipedrive\versions\v2\Model\BillingFrequency1 [optional]
billing_frequency_cycles int 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` When `billing_frequency` is set to `weekly`, this field cannot 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 208 [optional]

[Back to Model list] [Back to API list] [Back to README]