Key-value pairs that are commonly used in the following form: `countryISO2: '/^[0-9A-Za-z]{6,14}$/'` This key-value pair represents a country and the associated `hs_code` that applies to that country. You can also use the `ALL` key in place of an ISO2 key to specify that the `hs_code` applies to all countries. The `ALL` key can be combined with other countries in the `hs_code` object.
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/harmonizedSystemCodes",
"title": "harmonizedSystemCodes",
"description": "Key-value pairs that are commonly used in the following form: \n\n`countryISO2: '/^[0-9A-Za-z]{6,14}$/'`\n\nThis key-value pair represents a country and the associated `hs_code` that applies to that country. \n\nYou can also use the `ALL` key in place of an ISO2 key to specify that the `hs_code` applies to all countries. The `ALL` key can be combined with other countries in the `hs_code` object.",
"type": "object",
"properties": {},
"additionalProperties": true,
"example": {
"ALL": "501000",
"CA": "508313",
"US": "641000",
"AU": "817355"
},
"x-internal": false
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.