VatRate Data Type

VAT (value-added tax) rate configuration for a shop. Defines the applicable tax percentage and the countries to which it applies.

Available Since
1.3.0
Properties
Name Type Description
id number Unique numeric identifier for the Vat.
percentValue number Percentual vat rate value.
VatRate (JSON)
{
  "vat" : {
    "id" : 12345,
    "percentValue" : 19.0
  }
}
VatRate Data Type

VAT (value-added tax) rate configuration for a shop. Defines the applicable tax percentage and the countries to which it applies.

Available Since
1.3.0
Properties
Name Type Description
id int Unique numeric identifier for the Vat.
percentValue decimal Percentual vat rate value.
VatRate (XML)
<vat>
  <id>...</id>
  <percentValue>19</percentValue>
</vat>