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

Was this page helpful?