Public API Doc
  • Introduction
  • Authentification
  • E-CUSTOMS SERVICES
    • Product Infos Generator (A.I)
      • Harmonized System Code
      • United Nations Code
      • Dimensions & Weight
      • Carbon footprint
      • Eco Codes and Taxes
      • World Product Pricing
    • HSCode services
      • Link (HSCode > HSCode)
      • Nomenclature
      • RTC / BTI
      • Check
      • A.I Customs Code Control
    • Documents import services
      • Landed Cost
      • Taxes Invoice
      • Export invoice
      • H7 Declaration (Akanea)
    • Duty & Taxes Calculator
      • Landed Cost Calculator
        • For E-Commerce
        • For Marketplace
        • For Shipping Comparator
        • For International Carrier
        • Using Product's HS Code
        • Using Product's SKU
        • Using Product's description
        • Using Product's barcode
      • Reverse Landed Cost Calculator
      • Locals taxes Calculator
        • Using Product's HSCode
        • Using Product's SKU
        • Using Product's description
        • Using Product's barcode
    • Rates Data Generator
      • Duties
      • Locals Taxes (VAT, GST, ...)
      • Specials Taxes (OM, OMR, ...)
      • SalesTaxes (USA)
    • Export Docs Generator
      • Exports invoice
      • Rectified Export invoice
      • Credit Note
      • Tax invoice
      • Exports Marketplace invoice
      • Postal customs declarations
      • Lithium Battery
      • Taxes refund or discount
      • Certificat of origin
      • EORI Subscription
    • Shipping Infos Generator
      • World Shipping Pricing
      • Carbon Footprint
  • E-COMMERCE MANAGEMENT
    • Customers (CRM)
    • Products (PIM)
    • Orders (OMS)
    • Tax Account
  • FREE API CONSUMPTION
    • Duty & Taxes Free Calculation
  • Questions & Answers
  • Go to the Web App
  • Go to the Website
Powered by GitBook
On this page
  • Add taxes rules on an export country
  • Json Request Format
  • Request fields & values
  • JSON Examples - Request & Response
  • Video explainer
  • Update taxes rules of an export country
  • Get exports country informations
  • Get exports countries list
  1. E-COMMERCE MANAGEMENT

Tax Account

Taxes Management System

Add taxes rules on an export country

POST https://api.transiteo.io/v1/customer/countries

This endpoint allows you to add a country where you accept to export your products

Headers

Name
Type
Description

Content-type

string

application/json

Authorization

string

Json Request Format

{
    "iso3_country": string,
    "statut": boolean,
    "annual_revenue": {"2020": number, "2021": number, "2022": number},
    "currency": string,
    "tax_id": string,
    "eori": string,
    "uk_rules": string,
    "origin_tax": string,
    "incoterm": string,
    "duty_fees": {
        "percentage": number,
        "amount": number,
        "currency": string,
        "on_global": boolean,
        "on_product_price": boolean,
        "on_shipping_products_price"
    }
}

Request fields & values

"iso3_country"

"statut"

You need to fill this field with true or false. true = country available / false = country do not distribute. Type : boolean Required : yes

"annual_revenue"

You need to fill this field with total amount of your order in the year. Examples : 10390 Type : number Required : No

"currency"

You need to fill this field with your annual revenue's currency. Examples : EUR Type : string Required : No

"tax_id"

You need to fill this field with your tax id. Examples : 876GHJ3HUY Type : string Required : No

"eori"

You need to fill this field with your EORI number. Examples : FR890765432 Type : string Required : No

"uk_rules"

You need to fill this field with your uk rules. Type : string Required : No

"origin_tax"

"incoterm"

You need to fill this field with CIF or FOB. CIF = Duty & Taxes will be calculate on product + shipping price in this country / FOB = Duty & Taxes will be calculate only on product price in this country. Examples : CIF or FOB Type : string Required : No

"duty_fees" / "percentage"

You need to fill this field with a percentage. Type : number Required : No

"duty_fees" / "amount"

You need to fill this field with an amount. Type : number Required : No

"duty_fees" / "currency"

You need to fill this field with the currency's amount. Type : string Required : No

"duty_fees" / "on_global"

You need to fill this field with true or false. true = Duty fees will be calculate or add to the product + shipping in this country / false = Duty fees will be not calculate or add to the product + shipping in this country. Type : boolean Required : No

"duty_fees" / "on_product_price"

You need to fill this field with true or false. true = Duty fees will be calculate or add to the product in this country / false = Duty fees will be not calculate or add to the product in this country. Type : boolean Required : yes

"duty_fees" / "on_shipping_products_price"

You need to fill this field with true or false. true = Duty fees will be calculate or add to the shipping in this country / false = Duty fees will be not calculate or add to the shipping in this country. Type : boolean Required : yes

JSON Examples - Request & Response

Video explainer

in progress...

Update taxes rules of an export country

PUT https://api.transiteo.io/v1/customer/countries/{Base64}

This endpoint allows you to update exports country informations

Headers

Name
Type
Description

Content-type

string

application/json

Authorization

string

"your id_token"

POST https://api.transiteo.io/v1/customer/countries

Headers

Name
Type
Description

Content-type

string

application/json

Authorization

string

"your id_token"

Get exports country informations

GET https://api.transiteo.io/v1/customer/countries/{Base64}

This endpoint allows you to get informations of a specific exports country

Headers

Name
Type
Description

Content-type

string

application/json

Authorization

string

"your id_token"

Get exports countries list

GET https://api.transiteo.io/v1/customer/countries

This endpoint allows you to get the list of all yours exports countries

Headers

Name
Type
Description

Content-type

string

application/json

Authorization

string

"your id_token"

PreviousOrders (OMS)NextDuty & Taxes Free Calculation

Last updated 3 years ago

You need to fill the "iso3_country" field with the Iso Alpha 2 or 3. Download the . Examples : "GLP" Type : string Required : yes

You need to fill the "origin_tax" field with the Iso Alpha 2 or 3. Download the . Examples : "CHE" Type : string Required : No

It exist many possibilities. Please with our support team.

list of countries
list of countries
book a call