Skip to content

Product 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)
productGuidstring, <= 36 characters(typeGuidUnlimited)required

unique product indicator

productIdintegerrequired

product identifier

{ "productGuid": "1b02cb8e-d7b5-11e0-9a5c-feab5ed617ed", "productId": 2, "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": {} } }