Price
| Field | Type | Required | Description |
|---|---|---|---|
tiers |
array[object] |
A list of tier prices for this product, if available | |
info |
string |
Additional text which should be displayed near the price, like “12,40€/kg” (amount_info_text in old cake system) | |
unitPrice |
number |
The price in the shop’s selected currency (unit_amount_display/100 in old cake system), which already includes possible customer group discounts format: float |
|
unitPriceStriked |
number |
The crossed out price in the shop’s selected currency (unit_amount_display_old/100 in old cake system) format: float |
|
unitPriceMin |
number |
The price of the cheapest variant or child product in the shop’s selected currency (unit_amount_display_min/100 in old cake system), which already includes possible customer group discounts format: float |
|
unitPriceMax |
number |
The price of the most expensive variant or child product in the shop’s selected currency (unit_amount_display_min/100 in old cake system), which already includes possible customer group discounts format: float |
|
unitPriceNet |
number |
The net price in the shop’s selected currency (unit_amount_display/100 in old cake system) format: float |
|
unitPriceWithTax |
number |
The price with tax in the shop’s selected currency (unit_amount_display/100 in old cake system) format: float |
|
taxAmount |
number |
The amount of the taxes (unitPriceWithTax - unitPriceNet) in the shop’s selected currency format: float |
|
taxPercent |
number |
The tax percentage for product format: float |
|
msrp |
number |
The manufacturer’s suggested retail price in the shop’s selected currency format: float |
|
currency |
Currency | The currency code for this value one of: EUR, CHF, USD, RON, PLN, AUD, GBP, CAD, SEK, DKK, NOK |
Example
Section titled “Example”{ "tiers": [ { "from": 0, "to": 0, "unitPrice": 0 } ], "info": "string", "unitPrice": 0, "unitPriceStriked": 0, "unitPriceMin": 0, "unitPriceMax": 0, "unitPriceNet": 0, "unitPriceWithTax": 0, "taxAmount": 0, "taxPercent": 0, "msrp": 0, "currency": "EUR"}
