Locals Taxes (VAT, GST, ...)

Using Product's HSCode

Infos to get the locales Taxes

POST https://api.transiteo.io/v1/data/taxes

Headers

NameTypeDescription

Authorization

string

"your id_token"

Content-Type

string

application/json

{
    "hscode_description": "Hats and other headgear, knitted or crocheted, or made up from lace, felt or other textile fabric, in the piece (but not in strips), whether or not lined or trimmed; hairnets of any material, whether or not lined or trimmed",
    "import_statut": "Authorized for importation into this country",
    "threshold_tax": "22",
    "threshold_tax_currency": "EUR",
    "annual_revenue_union_locals_taxes_minimis": 0,
    "locals_taxes": [
        {
            "label": "VAT",
            "percentage": 21
        }
    ]
}

Json Request Format

{
    "sku": string,
    "hs_code": string,
    "from_country": string,
    "to_country": string,
    "to_district": string
}

Request fields & values

"sku"

You need to fill this field with the product's SKU of your catalog Examples : HUYYUU37Y Type : string Required : yes if you don't fill hs_code & product_text fields

"hs_code"

You need to fill this field with the product's HSCode (8 to 13 digits) of the arrival country. Examples : 4202310000 Type : string Required : yes if you don't fill sku & product_text fields

"from_country"

You need to fill the "from_country" field with the Iso Alpha 2 or 3 from where the product leaves. Download the list of countries. Examples : "FRA" Type : string Required : yes

"to_country"

You need to fill the "to_country" field with the Iso Alpha 2 or 3 from where the product arrives. Download the list of countries. Examples : "VEN" Type : string Required : yes

"to_district"

You need to fill the "to_district" field with the Iso codes of the district from where the product arrives. Download the list of districts. Examples : "AL-11" or "FR-GES" Type : string Required : yes if the to_country is USA, CAN or BRA.

Json Response Format

{
    "hscode_description": string,
    "import_statut": string,
    "threshold_tax": number,
    "threshold_tax_currency": string,
    "locals_taxes": [
        {
            "label": string,
            "percentage": number
        }
    ]
}

Result fields & values

"hscode_description"

It's the entire HSCode (customs code) description/designation Examples : chapter_designation : Articles of leather; saddlery and harness; travel goods, handbags and similar containers; articles of animal gut (other than silk- worm gut) -- heading_designation : Trunks, suit-cases, vanity-cases, executive-cases, brief-cases, school satchels, spectacle cases, binocular cases, camera cases, musical instrument cases, gun cases, holsters and similar containers; travelling-bags, insulated food or beverages bags, toilet bags, rucksacks, handbags, shopping-bags, wallets, purses, map-cases, cigarette-cases, tobacco-pouches, tool bags, sports bags, bottle-cases, jewellery boxes, powder-boxes, cutlery cases and similar containers, of leather or of composition leather, of sheeting of plastics, of textile materials, of vulcanised fibre or of paperboard, or wholly or mainly covered with such materials or with paper. -- subheading_designation : Wallets, purses, key-pouches, cigarette-cases, tobacco-pouches and similar articles carried in the pocket or handbag, with outer surface of leather, composition leather or patent leather -- national_designation : Baúles maletas (valijas) maletines incluidos los de aseo y los portadocumentos portafolios (carteras de mano) cartapacios fundas y estuches para gafas (anteojos) binoculares cámaras fotográficas o cinematográficas instrumentos musicales o armas y continentes similares; sacos de viaje sacos (bolsas) aislantes para alimentos y bebidas bolsas de aseo mochilas bolsos de mano (carteras) bolsas para la compra billeteras portamonedas portamapas petacas pitilleras y bolsas para tabaco bolsas para herramientas y para artículos de deporte estuches para frascos y botellas estuches para joyas polveras estuches para orfebrería y continentes similares de cuero natural o regenerado hojas de plástico materia textil fibra vulcanizada o cartón o recubiertos totalmente o en su mayor parte con esas materias o papel: artículos de bolsillo o de bolsos de mano (cartera): con la superficie exterior de cuero natural o cuero regenerado Type : string

"import_statut"

There are 3 differents values : Authorized for importation into this country / Restricted for importation into this country / Prohibited for importation into this country. It's the product statut for importation in the to_country. Examples : Authorized for importation into this country Type : string

"threshold_tax"

Each country have an order threshold. This one is for the locals taxes taxes. If your order is less than the threshold you don't need to pay locals tax. If your order is more than the threshold you have to pay locals tax. Examples : 100 Type : string

"threshold_tax_currency"

It's the currency iso 3 code of threshold tax. Download the list of currencies with them name and code. Examples : EUR Type : string

"locals_taxes" / "label"

It's the local tax name. Examples : VAT Type : string

"locals_taxes" / "percentage"

It's the local tax percentage to apply. Examples : 16 Type : string

JSON Examples - Request & Response

It exist many possibilities. Please book a call with our support team.

Video explainer

Last updated