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
  • HSCode to get the HSCode
  • Request fields
  • JSON Response Format
  • Response fields & values
  1. E-CUSTOMS SERVICES
  2. HSCode services

Link (HSCode > HSCode)

This endpoint allows you to transform the Harmonized System Code (HTSCode between 8 & 13 digits) to another one. It manage HSCode of 198 Countries.

HSCode to get the HSCode

POST https://api.transiteo.io/v1/taxsrv/hscodefinder

You can transform any HTS Code of any country to another one.

Headers

Name
Type
Description

Content-type

string

application/json

Authorization

string

"your id_token"

{    "name":{
    "result": {
        "hs_code": number,
        "hs_version": string,
        "designation": string,
        "product_statut": string
    }
}
{
  "product": {
    "identification": {
      "value": string,
      "type": string
    }
  },
  "from_country" string,
  "to_country": string
}

Request fields

"products" / "identification" / "type"

You need to fill with "HSCODE" Type : string Required : yes

"products" / "identification" / "value"

You need to fill this field with a HSCode 8 to 13 digits. Examples : 9503006100 Type : string Required : yes

"from_country"

"to_country"

JSON Response Format

{
    "result": {
        "hs_code": string,
        "hs_version": string,
        "product_statut": string,
        "designation": string,
        "splitted_designation": {
            "chapter_designation": string,
            "heading_designation": string,
            "subheading_designation": string,
            "national_designation": string
        }
    },
    "timestamp": number
}

Response fields & values

"hs_code"

We provide a HSCode of length between 8 and 13. It depends on the "to_country" field and product attributes. Example : "9503006100" Type : string

"hs_version"

Each country uses a specific HSCode version. Examples : "HS17" or "HS12" Type : string

"designation"

We provide the HSCode designation. Example : "Electrical machinery and equipment and parts thereof; sound recorders and reproducers, television image and sound recorders and reproducers, and parts and accessories of such articles -- heading_designation : Vacuum cleaners. -- subheading_designation : Vacuum cleaners, incl. dry cleaners and wet vacuum cleaners, with self-contained electric motor ( excl. of a power <= 1?500?w and having a dust bag or other receptacle capacity <= 20?l) -- national_designation : Aspirateurs: a moteur électrique incorporé: autres: aspirateurs de poussièers, y compris les aspirateurs de matières sèches et de matières liquides" Type : string

"product_statut"

We provide the product statut in the destination country. There are 3 cases. Example : "'Authorized' à l'importation dans ce pays" or "'Restricted' à l'importation dans ce pays" or "'Prohibited' à l'importation dans ce pays" Type : string

"splitted_designation" / "chapter_designation"

We provide the HSCode chapter designation. Example : "Electrical machinery and equipment and parts thereof; sound recorders and reproducers, television image and sound recorders and reproducers, and parts and accessories of such articles", "heading_designation": "Vacuum cleaners." Type : string

"splitted_designation" / "heading_designation"

We provide the HSCode heading designation. Example : "Vacuum cleaners." Type : string

"splitted_designation" / "subheading_designation"

We provide the HSCode subheading designation. Example : "Vacuum cleaners, incl. dry cleaners and wet vacuum cleaners, with self-contained electric motor ( excl. of a power <= 1?500?w and having a dust bag or other receptacle capacity <= 20?l)" Type : string

"splitted_designation" / "national_designation"

We provide the HSCode nation designation. Example : "Aspirateurs: a moteur électrique incorporé: autres: aspirateurs de poussièers, y compris les aspirateurs de matières sèches et de matières liquides" Type : string

"timestamp"

We provide the result timestamp. Example : "1638441460961" Type : string

PreviousHSCode servicesNextNomenclature

Last updated 11 months ago

You need to fill this field with the ISO Alpha 2 or 3 Code of the country. Download the . Examples : "USA" Type : string Required : yes

You need to fill this field with the ISO Alpha 2 or 3 Code of the country. Download the . Examples : "USA" Type : string Required : yes

list of countries
list of countries