De unieke identifier voor het object. De id voor het Classify-object heeft altijd het voorvoegsel clfy.
classified_code STRING
De geclassificeerde code.
codes HASH
Een hash met een lijst met informatie over de classified_code.Zie onderstaande child-attributen.
codes.code STRING
De code voor het hoofdstuk (2 cijfers), heading (4 cijfers), subheading (6 cijfers) of tariefcode (8+ cijfers).
codes.description STRING
De Harmonized Tariff Schedule-beschrijving voor het hoofdstuk, heading, subheading of tariefcode.
codes.type STRING
Het type code.Mogelijke waarden zijn chapter, heading, subheading en tariff.
combined_description STRING
De combinatie van HS-codebeschrijvingen afgeleid van de code schedule-hiërarchie.
product_id INTEGER
De unieke identifier voor het product.
truncated_combined_description STRING
De combinatie van HS-codebeschrijvingen afgeleid van de code schedule-hiërarchie afgekapt op 50 tekens voor gebruik op commerciële factuur.
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
Verken de mogelijkheden en functies van het Classify-object.Het Classify-object retourneert hoofdstuk, heading, subheading, landspecifieke HTS-code en beschrijvingen in de codes-array.
Attributen
idINTEGERclfy.classified_codeSTRINGcodesHASHclassified_code.Zie onderstaande child-attributen.codes.codeSTRINGcodes.descriptionSTRINGcodes.typeSTRINGchapter,heading,subheadingentariff.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 deze pagina nuttig?