DOCS

Classify object

/

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个字符以用于商业发票。

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"
}

这个页面有帮助吗?


有问题吗?

联系我们。
在本页上: