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
  • Get the UN Code (Hazardous Material Code) from a product title, description, SKU or Barcode.
  • JSON Request Format
  • Request fields
  • JSON Response Format
  • Response fields & values
  1. E-CUSTOMS SERVICES
  2. Product Infos Generator (A.I)

United Nations Code

Get the UN Code (Hazardous Material Code) from a product title, description, SKU or Barcode.

POST https://api.transiteo.io/v2/taxsrv/aiclassify

JSON Request Format

{
  "product": {
    "identification": {
      "value": string,
      "type": string
    }
  },
  "to_country": string
}

Request fields

"products" / "identification" / "value"

You need to fill this field with a product's title, description, sku or barcode. We manage 5 languages (English, French, Spanish, Italian & Deutsch) Examples : TEXT : "Ballon de football" or "0711719407577" or SKU : "JHYU8_^ù/76YH" Type : string Required : yes

"products" / "identification" / "type"

You need to fill with "TEXT", "BARCODE" or "SKU" Type : string Required : yes

"to_country"

JSON Response Format

{
    “result”: {
        “un_code”: [
            string
        ]
    },
    “timestamp”: 1646674954208
}

Response fields & values

"un_code"

We provide the UN Code(s) attached to your product. Examples : "3481" Type : string

"timestamp"

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

PreviousHarmonized System CodeNextDimensions & Weight

Last updated 9 months ago

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

list of countries