Name | Type | Description | Notes |
---|---|---|---|
product_id | int | The ID of the product to use | [optional] |
item_price | float | The price at which this product will be added to the deal | [optional] |
quantity | int | How many items of this product will be added to the deal | [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'] |
product_variation_id | int | The ID of the product variation to use. When omitted, no variation will be used | [optional] |
comments | string | A textual comment associated with this product-deal attachment | [optional] |
tax | float | The tax percentage | [optional] [default to 0] |
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 | [optional] |
enabled_flag | bool | Whether the product is enabled for a deal or not. This makes it possible to add products to a deal with a specific price and discount criteria, but keep them disabled, which refrains them from being included in the deal value calculation. When omitted, the product will be marked as enabled by default | [optional] [default to true] |