Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.18 KB

BaseProductAllOf.md

File metadata and controls

18 lines (15 loc) · 1.18 KB

# BaseProductAllOf

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]

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