Skip to content

Price list

codestringrequired
currencyCodestring(typeCurrencyCode)^[a-zA-Z]{3}$required

Currency code. List of available currencies within the e-shop can be found in endpoint GET /api/eshop.

includingVatbooleanrequired
vatRatestring(typeVatRate)^[0-9]+\.[0-9]{2}$required
priceobject(variantPrice)required
orderableAmountobject(productOrderableAmount)required

orderable quantity.

salesobject(priceSales)required

definition of discounts.

pricesobject(productPrices)
{ "code": "0006", "currencyCode": "CZK", "includingVat": true, "vatRate": "21.00", "price": { "price": "21.00", "commonPrice": "21.00", "buyPrice": "21.00", "priceRatio": "0.780", "actionPrice": {} }, "orderableAmount": { "minimumAmount": "1.000", "maximumAmount": "1.000" }, "sales": { "minPriceRatio": "0.780", "freeShipping": true, "freeBilling": true, "loyaltyDiscount": true, "volumeDiscount": true, "quantityDiscount": true, "discountCoupon": true }, "prices": { "purchasePrice": {} } }