DOCS

Classify 对象

Classify 对象

探索 Classify 对象的功能。

Classify 对象将返回章节、标题、小标题、关税国家特定 HTS 代码和代码数组中的描述。

属性 

字段说明
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代码的类型。可能的值包括 chapterheadingsubheadingtariff
combined_description STRING从代码计划层级派生的 hs 代码描述的组合。
product_id INTEGER产品的唯一标识符。
truncated_combined_description STRING从代码计划层级派生的 hs 代码描述的组合,在 50 个字符处截断,用于商业发票。
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"
24}
预约演示

这个页面有帮助吗?


在此页面: