The unique identifier for the object. The id for the Classify object will always be prefixed with clfy.
classified_code STRING
The classified code.
codes HASH
A hash containing a list of information on the classified_code.See child attributes below.
codes.code STRING
The code for the chapter (2 digits), heading (4 digits), subheading (6 digits), or tariff code (8+ digits).
codes.description STRING
The Harmonized Tariff Schedule description for the chapter, heading, subheading, or tariff code.
codes.type STRING
The type of code.Possible values include chapter, heading, subheading, and tariff.
combined_description STRING
The combination of hs code descriptions derived from the code schedule hierararchy.
product_id INTEGER
The unique identifier for the product.
truncated_combined_description STRING
The combination of hs code descriptions derived from the code schedule hierararchy cut off at 50 characters for use on commercial invoice.
1{
2"id":"clfy_8C49fk2945jmm232CcQtHtXdu",
3"classified_code":"6506.00",
4"codes":[
5{
6"code":"65",
7"description":"hats and headgear",
8"type":"chapter"
9},
10{
11"code":"6505",
12"description":"hats and other headgear",
13"type":"heading"
14},
15{
16"code":"6505.00",
17"description":"hats and other headgear, knitted or crocheted",
18"type":"subheading"
19}
20],
21"combined_description":"Hats and other headgear, knitted or crocheted, or made up from lace, felt or other textile fabric, in the piece (but not in strips), whether or not lined or trimmed; hair-nets of any material, whether or not lined or trimmed.",
22"product_id":"895669256385",
23"truncated_combined_description":"Hats and other headgear, knitted or crocheted"
Classify object
Classify object
Explore the capabilities and functions of the Classify object.
The Classify object will return the chapter, heading, subheading, tariff country-specific HTS code, and descriptions in the codes array.
Attributes
idINTEGERclfy.classified_codeSTRINGcodesHASHclassified_code.See child attributes below.codes.codeSTRINGcodes.descriptionSTRINGcodes.typeSTRINGchapter,heading,subheading, andtariff.combined_descriptionSTRINGproduct_idINTEGERtruncated_combined_descriptionSTRING{"id": "clfy_8C49fk2945jmm232CcQtHtXdu","classified_code": "6506.00","codes": [{"code": "65","description": "hats and headgear","type": "chapter"},{"code": "6505","description": "hats and other headgear","type": "heading"},{"code": "6505.00","description": "hats and other headgear, knitted or crocheted","type": "subheading"}],"combined_description": "Hats and other headgear, knitted or crocheted, or made up from lace, felt or other textile fabric, in the piece (but not in strips), whether or not lined or trimmed; hair-nets of any material, whether or not lined or trimmed.","product_id": "895669256385","truncated_combined_description": "Hats and other headgear, knitted or crocheted"}Was this page helpful?