Name | Type | Description | Notes |
---|---|---|---|
price | double | The price of the product. | [optional] |
tax_included | double | If tax inclusive-pricing is enabled, this field shows how much tax was added to the price. | [optional] |
tax_rate | double | The tax rate that was applied to this purchase. | [optional] |
id | string | The unique ID of the product variant, for example, a particular size and color combination. | [optional] |
group_id | int | The unique ID of the product group. | [optional] |
name | string | The name of the product. | [optional] |
online_price | double | The online price of the product. | [optional] |
short_description | string | A short description of the product. | [optional] |
long_description | string | A longer description of the product. | [optional] |
color | \Swagger\Client\Model\Color | The color of the product. | [optional] |
size | \Swagger\Client\Model\Size | Contains information about the size of the product. | [optional] |