Returns the full-length HS/HTS tariff code for a single item to a given destination country.Pre-classify products or obtain tariff codes when needed for crossborder transactions from AI models, facilitating customs formalities and the accurate calculation of import charges.
The requested HS Code has been retrived successfully.
Invalid request.
The request could not be authorized.
The request could not be completed due to an internal error.
{- "destinationCountryCode": "CA",
- "pricingCurrencyCode": "USD",
- "item": {
- "itemId": "itemid-11",
- "name": "Fisher Price Tricycle",
- "description": "The Fisher-Price Grow-With-Me Girls' Tricycle is the perfect first ride for little adventurers aged 2–5.",
- "categoryPath": "Toys & Games/Other Toys & Games",
- "imageURL": "www.client.com/ITEM11.png",
- "productURL": "www.client.com/ITEM11",
- "attributes": [
- {
- "name": "gender",
- "value": "girls"
}, - {
- "name": "material",
- "value": "steel"
}, - {
- "name": "brand",
- "value": "Fisher-Price"
}
], - "unitPrice": 100,
- "weight": {
- "value": 3,
- "unitOfMeasurement": "LB"
}
}
}
{- "item": {
- "itemId": "itemid-11",
- "hsClassification": {
- "destinationCountryCode": "CA",
- "hsTariffCode": "9503009099",
- "tariffDescription": "Toys, games and sports requisites; parts and accessories thereof Tricycles, scooters, pedal cars and similar wheeled toys; dolls' carriages; dolls; other toys; reduced-size ('scale') models and similar recreational models, working or not; puzzles of all kinds. Other Other: Other",
- "confidenceLevel": "HIGH"
}
}
}