Check

Check if the hscode is a right hscode for a specific country

Check if the hscode is a right hscode for a specific country

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

Headers

Name
Value

Content-Type

application/json

Authorization

id token from cognito

JSON REQUEST FORMAT

{
  "origin_country": "FRA",
  "hscode": "6505009090"
}

Response

{
    "isRightHscode": false
}

Last updated