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

Parameters Description
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

Propertys Description
Id

Id of the Tax

Name

Name of the Tax

VatRate Vat rate
Country ISO Code (2 positions) of the country in which the tax is applied

 

Did you find this article useful?

0 out of 0 found this helpful