DOCS

Request a classification

/

请求分类

探索分类请求中的键/值对。

为通用(6 位数)或特定国家(8 位以上数字)HS 代码创建新的商品分类请求。

注意: 要获得分类,您必须提供 description。您可以选择提供哪些字段,但我们建议您提供尽可能多的信息,以便获得更准确的分类。

属性 

请求正文中的 JSON 键/值对

POST | https://api.zonos.com/v1/classify

字段备注
item 必填正在出口以进行分类的商品。
item.age 可选商品的年龄。例如,“1784-1820”或“公元 3 世纪”。
item.amount 可选商品的价格。
item.brand 可选商品的品牌。
item.category 可选商品类别。
item.description 必填商业发票的商品描述。此描述通常与零售描述不同,通常包括对商品的总体描述、材料及用途。
item.detail 可选商品的附加特征、属性或描述。
item.gender 可选与商品相关的性别参考。
item.hs_code 可选HS 代码的已知数字,供子分类使用,例如,如果您正在对一系列针织服装进行分类,请输入“61”以强制逻辑查找第 61 章中的代码。
item.image_url 可选图像 URL。
item.language_code 可选ISO 639-1 语言代码。如果为 null,则默认语言为英语。
item.material 可选商品的材料成分。
item.product_id 可选零售商或出口商为产品分配的唯一商品标识符。
item.sku 可选商品的 SKU。
item.sub_category 可选与商品最密切相关的类别。
ship_to_country 可选目的国,由 两字母 ISO 代码 表示。此字段在特定国家的 HTS 8+ 位分类中是必需的。

Classify 请求

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "item": {
    "id": "29342",
    "amount": 12.99,
    "brand": null,
    "category": "women's clothing",
    "description": "Cozy Design Women's Knitted Gloves with Roll Up Cuffs for Winter",
    "detail": null,
    "gender": "women",
    "hs_code": "6116",
    "image_url": "https://zonos.com/images/cozygloves.png",
    "item_age": null,
    "language_code": "en",
    "material": "cotton",
    "product_id": "895669256385",
    "sub_category": "women's accessories"
  },
  "ship_to_country": null
}

示例响应

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
  "id": "clfy_6PU4EDbKE1DlDMYxbDwyfK",
  "product_id": "895669256385",
  "classified_code": "6116.99",
  "codes": [
    {
      "code": "6116.99",
      "description": "Other: Of other textile materials",
      "type": "subHeading"
    },
    {
      "code": "6116",
      "description": "Gloves, mittens, and mitts, knitted or crocheted",
      "type": "heading"
    },
    {
      "code": "61",
      "description": "Apparel and clothing, knitted or crocheted",
      "type": "chapter"
    }
  ],
  "providedHsCodeStatus": "VALID",
  "combinedDescription": "Gloves, mittens and mitts, knitted or crocheted: of other textile materials",
  "truncatedCombinedDescription": "Gloves, mittens and mitts, knitted or crocheted"
}

这个页面有帮助吗?


有问题吗?

联系我们。
在本页上: