属性
字段 | 备注 |
---|---|
id INTEGER | 对象的唯一标识符。Classify对象的id将始终以clfy 为前缀。 |
classified_code STRING | 分类代码。 |
codes HASH | 包含有关classified_code 信息列表的哈希。请参见下面的子属性。 |
codes.code STRING | 章节代码(2位)、标题代码(4位)、副标题代码(6位)或关税代码(8位及以上)。 |
codes.description STRING | 章节、标题、副标题或关税代码的协调关税表描述。 |
codes.type STRING | 代码类型。可能的值包括chapter 、heading 、subheading 和tariff 。 |
combined_description STRING | 从代码表层次结构派生的hs代码描述的组合。 |
product_id INTEGER | 产品的唯一标识符。 |
truncated_combined_description STRING | 从代码表层次结构派生的hs代码描述的组合,截断为50个字符以用于商业发票。 |
Classify对象
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"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"
}
Classify对象
探索Classify对象的功能和特性。
该Classify对象将返回章节、标题、副标题、特定国家的关税HTS代码以及代码数组中的描述。