Skip to content

Latest commit

 

History

History
32 lines (29 loc) · 2.68 KB

ProductListItem.md

File metadata and controls

32 lines (29 loc) · 2.68 KB

# ProductListItem

Properties

Name Type Description Notes
id int The ID of the deal-product (the ID of the product attached to the deal) [optional]
deal_id int The ID of the deal [optional]
order_nr int The order number of the product [optional]
product_id int The ID of the product [optional]
product_variation_id int The ID of the product variation [optional]
item_price int The price value of the product [optional]
discount float The value of the discount. The `discount_type` field can be used to specify whether the value is an amount or a percentage. [optional] [default to 0]
discount_type string The type of the discount's value. [optional] [default to 'percentage']
duration int The duration of the product [optional]
duration_unit string The type of the duration. (For example hourly, daily, etc.) [optional]
sum float The sum of all the products attached to the deal [optional]
currency string The currency associated with the deal product [optional]
enabled_flag bool Whether the product is enabled or not [optional]
add_time string The date and time when the product was added to the deal [optional]
last_edit string The date and time when the deal product was last edited [optional]
comments string The comments of the product [optional]
active_flag bool Whether the product is active or not [optional]
tax float The product tax [optional]
tax_method string The tax option to be applied to the products. When using `inclusive`, the tax percentage will already be included in the price. When using `exclusive`, the tax will not be included in the price. When using `none`, no tax will be added. Use the `tax` field for defining the tax percentage amount. By default, the user setting value for tax options will be used. Changing this in one product affects the rest of the products attached to the deal. [optional]
name string The product name [optional]
sum_formatted string The formatted sum of the product [optional]
quantity_formatted string The formatted quantity of the product [optional]
quantity int The quantity of the product [optional]
product \Pipedrive\Model\ProductWithObjectPrices [optional]

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