Returns full-length HS/HTS tariff codes for a single item across multiple destination countries in a single request. This bulk API is useful for global classification needs, allowing businesses to prepare items for international shipping and customs compliance across regions.
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.
{- "destinationCountryCodes": [
- "CA",
- "CL"
], - "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",
- "hsClassifications": [
- {
- "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"
}, - {
- "destinationCountryCode": "CL",
- "hsTariffCode": "95030099",
- "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",
- "confidenceLevel": "HIGH"
}
]
}
}