getHarmonizedSystem
Search and retrieve harmonized system codes for trade classification. Specify language, page, and results per page to streamline trade data navigation.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
add | No | ||
language | No | pt | |
page | No | ||
perPage | No |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"add": {
"type": "string"
},
"language": {
"default": "pt",
"type": "string"
},
"page": {
"default": 1,
"type": "number"
},
"perPage": {
"default": 10,
"type": "number"
}
},
"type": "object"
}