DOCS

Retrieve a bulk classification

/

检索批量关税分类

批量检索预分类项目的历史报价。

使用Classify API 的 GET 请求批量检索预分类项目的历史报价,以简化您的跨境贸易操作。

属性 

请求体中的 JSON 键/值对

GET | https://api.zonos.com/v1/classify/getBulkClassificationResults/:group_id

HEADER zonos-version: 2019-11-21

上述头部是此批量分类请求成功完成所需的输入。

字段备注
group_id 必填此值在内部获取,由 API 服务端点使用,并批量分类请求中返回。 string / GUID

示例请求

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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
[
  {
    "callerStoreId": 909,
    "dateCreated": "2021-04-26T23:12:09.000+0000",
    "estimatedFinish": "2021-04-28T23:12:09.000+0000",
    "groupId": "clfy_e35481e9-7af0-459e-85ea-dc3e507ecb74",
    "request": {
      "item": {
        "id": "29342",
        "brand": null,
        "category": null,
        "description": "Cozy Design Women's Knitted Gloves with Roll Up Cuffs for Winter",
        "detail": null,
        "hs_code": "6116",
        "image_url": "https://zonos.com/images/cozygloves.png",
        "language_code": "en",
        "upc_code": null
      },
      "ship_to_country": null
    },
    "response": {
      "id": "clfy_8C49fk2945jmm232CcQtHtXdu",
      "classified_code": "6116.10",
      "codes": [
        {
          "code": "61",
          "description": "ARTICLES OF APPAREL AND CLOTHING ACCESSORIES, KNITTED OR CROCHETED",
          "type": "chapter"
        },
        {
          "code": "6116",
          "description": "Gloves, mittens and mitts, knitted or crocheted",
          "type": "heading"
        },
        {
          "code": "6116.10",
          "description": "Gloves, mittens and mitts, knitted or crocheted",
          "type": "subheading"
        }
      ]
    },
    "storeId": 909
  },
  {
    "callerStoreId": 909,
    "dateCreated": "2021-04-26T23:12:09.000+0000",
    "estimatedFinish": "2021-04-28T23:12:09.000+0000",
    "groupId": "clfy_e35481e9-7af0-459e-85ea-dc3e507ecb74",
    "request": {
      "item": {
        "id": "29343",
        "brand": null,
        "category": null,
        "description": "Cadet Army Cap Basic Everyday Military Style Hat",
        "detail": null,
        "hs_code": "6505",
        "image_url": "https://zonos.com/images/cadethat.png",
        "language_code": "en",
        "upc_code": null
      },
      "ship_to_country": null
    },
    "response": {
      "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"
        }
      ]
    },
    "storeId": 909
  },
  {
    "callerStoreId": 909,
    "dateCreated": "2021-04-26T23:12:09.000+0000",
    "estimatedFinish": "2021-04-28T23:12:09.000+0000",
    "groupId": "clfy_e35481e9-7af0-459e-85ea-dc3e507ecb74",
    "request": {
      "item": {
        "id": "29344",
        "brand": null,
        "category": null,
        "description": "Vintage Aviator Square Sunglasses",
        "detail": null,
        "hs_code": "9004",
        "image_url": "https://zonos.com/images/vintagesunglasses.png",
        "language_code": "en",
        "upc_code": null
      },
      "ship_to_country": null
    },
    "response": {
      "id": "clfy_8C49fk2945jmm232CcQtHtXdu",
      "classified_code": "9004.10",
      "codes": [
        {
          "code": "90",
          "description": "optical, photographic, cinematographic, measuring, checking, precision ...",
          "type": "chapter"
        },
        {
          "code": "9004",
          "description": "eyewear",
          "type": "heading"
        },
        {
          "code": "9004.10",
          "description": "sunglasses",
          "type": "subheading"
        }
      ]
    },
    "storeId": 909
  }
]

这个页面有帮助吗?


有问题吗?

联系我们。
在本页上: