Skip to content

Pricelist update

Array [
>= 2 properties
codestringrequired

Product variant code

currencyCodestring

Currency code. List of available currencies within the e-shop can be found in Eshop info endpoint.

vatRatestring or null(typeVatRateNullable)^[0-9]+\.[0-9]{2}$

VatRate for prices

includingVatboolean

Whether the product prices are saved with vat or without.

orderableAmountobject

Orderable quantity

salesobject

Definition of discounts

priceobject

Prices

priceWithVatobject

Prices with VAT

priceWithoutVatobject

Prices without VAT

pricesobject
]
[ { "code": "106/BIL", "currencyCode": "CZK", "vatRate": "21.00", "includingVat": true, "orderableAmount": {}, "sales": {}, "price": {}, "priceWithVat": {}, "priceWithoutVat": {}, "prices": {} } ]