DOCS

Recuperar una clasificación masiva

Recuperar una clasificación arancelaria masiva

Recupere cotizaciones históricas de artículos preclasificados de forma masiva.

Recupere cotizaciones históricas de artículos preclasificados de forma masiva utilizando la solicitud GET de la API Classify para optimizar sus operaciones de comercio transfronterizo.

Atributos 

Pares clave/valor JSON en el cuerpo de la solicitud

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

HEADER zonos-version: 2019-11-21

El encabezado anterior es una entrada obligatoria para que esta solicitud de clasificación masiva se complete correctamente.

CampoNotas
group_id REQUIREDEste valor se obtiene internamente, lo utiliza el endpoint del servicio API y se devuelve de una solicitud de clasificación masiva. 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]

¿Fue útil esta página?