Represents the chosen Price for a specific Variant, unique by SalesArea.
The price list code. Called "Agreement" in Norce Commerce Services and Query.
The currency code corresponding with ISO 4217, e.g. "GBP", "SEK".
The original price, excl VAT. Can be used as "strike-through" price and can be omitted, if the price list hasn't got one. (Note, this is either Recommended price or Standard price depending on what exists, both also provided separately)
The VAT rate as a multiplication factor. 25 % VAT corresponds to a value of 1.25
The warehouses on which this product has this price.
Available quantity breaks for the price list.
Previous price, excluding VAT, if exists. Can be used to provide the current historical best price, if the functionality is enabled.
{ "SalesArea": "string", "PriceListCode": "string", "Currency": "str", "Value": 0.1, "IsDiscountable": true, "Original": 0.1, "VatRate": 0.1, "AvailableOnWarehouses": [ { … } ], "PurchaseCost": 0.1, "UnitCost": 0.1, "IsActive": true, "ValueIncVat": 0.1, "PriceListId": 0, "RecommendedPrice": 0.1, "StandardPrice": 0.1, "CatalogPrice": 0.1, "RecommendedPriceIncVat": 0.1, "StandardPriceIncVat": 0.1, "CatalogPriceIncVat": 0.1, "AvailableQuantityBreaks": [ { … } ], "PreviousPrice": 0.1, "Priority": 0 }