frequently asked questions

All your questions in one place.

Taxes

This method returns a list of VAT rates to be applied to the sales, by country of destination.

BODY - RAW

{

      "Method": "Taxes",

      "Parameters": [

             [<cItemList>]

      ]

}

PARAMETERS

ParametersDescription
cItemList

Optional

List of the Items Id (ar_numero) whose taxes have to be included in the result. The elements of the list must be separated by semi-columns.

If empty, all the taxes are returned.

EXAMPLE

{

      "Method": "Taxes",

      "Parameters": [

            "12;13;14"

      ]

}

CLASS RETURNED

PropertysDescription
IdId of the Tax
NameName of the Tax
VatRateVat rate
CountryISO Code (2 positions) of the country in which the tax is applied

 

Did you find this article useful?

0 out of 1 found this helpful