Specifies the parametric type, used to interpret the value set on a Parametric.
Specifies the parametric type, used to interpret the value set on a Parametric.
"text"
https://{slug}.api-se.playground.norce.tech/commerce/productfeed/1.0/
https://{slug}.api-se.stage.norce.tech/commerce/productfeed/1.0/
https://{slug}.api-se.norce.tech/commerce/productfeed/1.0/
Represents a Popularity score.
The popularity source, can be calculated from Norce Commerce: "Internal", "External" sources are deprecated.
The popularity rank (lower is more popular) in current category, based on Primary Category.
{ "Source": "string", "CategoryRank": 0, "CategoryRankMax": 0, "TotalRank": 0, "ApplicationId": 0 }
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 }