DOCS

Retrieve a bulk classification

/

Retrieve a bulk tariff classification

Retrieve a historical quotes for pre-classified items in bulk.

Retrieve historical quotes for pre-classified items in bulk using the Classify API's GET request to streamline your cross-border trade operations.

Attributes 

JSON key/value pairs in the request body

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

HEADER zonos-version: 2019-11-21

The header above is a required input for this bulk classification request to complete successfully.

Fieldnotes
group_id REQUIREDThis value is obtained internally, used by the API service endpoint, and returned from a bulk classification request. string / GUID

Example request

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

Was this page helpful?