This endpoint allows you to calculate VAT on the prices of goods in a particular country.
VatAPI.calculate()
method is used to communicate with this endpoint as seen below:
VatAPI.calculate(amount, country_code, Optional[is_vat_incl, vat_category])
VatAPI.calculate()
method:
amount_excl_vat
+ vat_amount
.VatAPI.calculate()
method: