DOCS

Retrieve a bulk classification

/

Toplu bir tarife sınıflandırması alın

Önceden sınıflandırılmış ürünler için tarihsel teklifleri toplu olarak alın.

Sınır ötesi ticaret operasyonlarınızı kolaylaştırmak için Classify API'sinin GET isteğini kullanarak önceden sınıflandırılmış ürünler için tarihsel teklifleri toplu olarak alın.

Özellikler 

İstek gövdesindeki JSON anahtar/değer çiftleri

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

HEADER zonos-version: 2019-11-21

Yukarıdaki başlık, bu toplu sınıflandırma isteğinin başarılı bir şekilde tamamlanması için gerekli bir girdi.

Alannotlar
group_id GEREKLİBu değer dahili olarak elde edilir, API hizmet uç noktası tarafından kullanılır ve toplu sınıflandırma isteğinden döndürülür. string / GUID

Örnek istek

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

Bu sayfa yardımcı oldu mu?