The actual price value, excluding VAT. Multiply by VatRate to get the price inc VAT.
The rule based price from a priceList, excluding VAT, if specified.
A rate to multiply with price to get price inc VAT. 25% VAT equals a VatRate of 1.25.
The priceList id for the price. If multiple priceLists are available then the best (lowest) price will be used.
Indicates if the item is buyable or not. Will always be false if the status is closed. An exception will be thrown if IsBuyable is false and an attempt to buy the item is made. The property can be used to hide or show the buy-button.
Indicates the default value used as quantity when buying the product. If IsRecommendedQuantityFixed is true, only multiples of this quantity should be allowed.
If this is set to true only multiples of RecommendedQuantity should be allowed.
{ "Value": 0, "Recommended": 0, "Catalog": 0, "VatRate": 0, "PriceListId": 0, "IsBuyable": true, "RecommendedQuantity": 0, "IsRecommendedQuantityFixed": true, "Standard": 0, "ValueIncVat": 0 }