속성
요청 본문의 JSON 키/값 쌍
POST | https://api.zonos.com/v1/classify/bulk
위의 헤더는 이 대량 분류 요청이 성공적으로 완료되기 위한 필수 입력입니다.
필드 | 비고 |
---|---|
items 필수 | 분류할 수출 품목 목록입니다. |
item[index].item.age 선택 사항 | 품목의 연령입니다. 예: “1784-1820” 또는 “3세기 A.D.” |
items[index].item.amount 선택 사항 | 품목의 가격입니다. |
items[index].item.brand 선택 사항 | 품목의 브랜드입니다. |
items[index].item.category 선택 사항 | 품목 카테고리입니다. |
items[index].item.description 필수 | 상업 송장에 대한 상품 설명입니다. 이 설명은 일반적으로 소매 설명과 다르며, 일반적으로 그것이 무엇인지, 무엇으로 만들어졌는지, 무엇에 사용되는지를 포함합니다. |
items[index].item.detail 선택 사항 | 품목의 추가 기능, 속성 또는 설명입니다. |
items[index].item.gender 선택 사항 | 품목과 관련된 성별 참조입니다. |
items[index].item.hs_code 선택 사항 | 하위 분류에 사용될 HS 코드의 알려진 자리 수입니다. 예: 편직 의류 목록을 분류하는 경우 “61”을 입력하여 논리가 61장 내의 코드를 찾도록 강제합니다. |
items[index].item.image_url 선택 사항 | 이미지 URL입니다. |
items[index].item.language_code 선택 사항 | ISO 639-1 언어 코드. null 인 경우 영어가 기본 언어입니다. |
item[index].material 선택 사항 | 품목의 재료 구성입니다. |
item[index].product_id 선택 사항 | 상인 또는 수출업체의 제품에 대한 고유 품목 식별자입니다. |
item[index].sub_category 선택 사항 | 품목과 가장 밀접하게 관련된 카테고리입니다. |
ship_to_countries 선택 사항 | 두 글자 ISO 코드로 표현된 목적지 국가입니다. 이 필드는 국가별 HTS 8자리+ 분류에 필요합니다. |
예시 요청
CLASSIFY 요청
JSON
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
{
"items": [
{
"item": {
"id": "29342",
"amount": 12.99,
"brand": null,
"category": "women's clothing",
"description": "Cozy Design Women's Knitted Gloves with Roll Up Cuffs for Winter",
"detail": null,
"gender": "women",
"hs_code": "6116",
"image_url": "https://zonos.com/images/cozygloves.png",
"item_age": null,
"language_code": "en",
"material": "cotton",
"product_id": "895669256385",
"sub_category": "women's accessories"
}
},
{
"item": {
"id": "29343",
"amount": 19.99,
"brand": null,
"category": null,
"description": "Cadet Army Cap Basic Everyday Military Style Hat",
"detail": null,
"gender": "men's",
"hs_code": null,
"image_url": "https://zonos.com/images/cadethat.png",
"item_age": null,
"language_code": "en",
"material": null,
"product_id": "895669256378",
"sub_category": null
}
},
{
"item": {
"id": "29344",
"amount": 45.29,
"brand": "Ray Ban",
"category": "Accessories",
"description": "Vintage Aviator Square Sunglasses",
"detail": null,
"gender": null,
"hs_code": null,
"image_url": "https://zonos.com/images/vintagesunglasses.png",
"item_age": null,
"language_code": "en",
"material": null,
"product_id": "895669256399",
"sub_category": "Sunglasses"
}
}
],
"ship_to_countries": ["CA", "FR"]
}
CLASSIFY 객체
JSON
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
{
"items": [
{
"id": "29342",
"ship_to_country": "CA",
"hs_code": "6116.99.0000",
"tariff_description": "Of other textile materials",
"chapter": "61",
"chapter_description": "Apparel and clothing, knitted or crocheted",
"heading": "6116",
"heading_description": "Gloves, mittens, and mitts, knitted or crocheted",
"subheading": "6116.99",
"subheading_description": "Gloves, mittens, and mitts of other textile materials",
"combinedDescription": "Of other textile materials: of other textile materials",
"truncatedCombinedDescription": "Of other textile materials: of other textile"
},
{
"id": "29342",
"ship_to_country": "FR",
"hs_code": "6116.99.0000",
"tariff_description": "Of other textile materials",
"chapter": "61",
"chapter_description": "Apparel and clothing, knitted or crocheted",
"heading": "6116",
"heading_description": "Gloves, mittens, and mitts, knitted or crocheted",
"subheading": "6116.99",
"subheading_description": "Gloves, mittens, and mitts of other textile materials",
"combinedDescription": "Of other textile materials: of other textile materials",
"truncatedCombinedDescription": "Of other textile materials: of other textile"
},
{
"id": "29343",
"ship_to_country": "CA",
"hs_code": "6505.00.4000",
"tariff_description": "Other hats, hoods, caps, bonnets or berets",
"chapter": "65",
"chapter_description": "Hats and headgear",
"heading": "6505",
"heading_description": "Hats and other headgear of textile materials; visors, hairnets, etc.",
"subheading": "6505.00",
"subheading_description": "knitted hats and visors",
"combinedDescription": "Other hats, hoods, caps, bonnets or berets",
"truncatedCombinedDescription": "Other hats, hoods, caps, bonnets or berets"
},
{
"id": "29343",
"ship_to_country": "FR",
"hs_code": "6505.00.3000",
"tariff_description": "Peaked caps",
"chapter": "65",
"chapter_description": "Hats and headgear",
"heading": "6505",
"heading_description": "Hats and other headgear of textile materials; visors, hairnets, etc.",
"subheading": "6505.00",
"subheading_description": "knitted hats and visors",
"combinedDescription": "Hats and other headgear, knitted or crocheted, or made up from lace, felt or other textile fabric, in the piece (but not in strips), whether or not lined or trimmed; hair-nets of any material, whether or not lined or trimmed: Peaked caps",
"truncatedCombinedDescription": "Hats and other headgear, knitted or crocheted"
},
{
"id": "29344",
"ship_to_country": "CA",
"hs_code": "9004.10.0000",
"tariff_description": "Sunglasses",
"chapter": "90",
"chapter_description": "Optic fiber cables, optical lenses, glasses, binoculars, cameras and projectors, medical appliances, and other measuring instruments",
"heading": "9004",
"heading_description": "Eyewear",
"subheading": "9004.10",
"subheading_description": "Sunglasses",
"combinedDescription": "Spectacles, goggles and the like, corrective, protective or other: sunglasses: Sunglasses",
"truncatedCombinedDescription": "Spectacles, goggles and the like, corrective,"
},
{
"id": "29344",
"ship_to_country": "FR",
"hs_code": "9004.10.9900",
"tariff_description": "Other: other",
"chapter": "90",
"chapter_description": "Optic fiber cables, optical lenses, glasses, binoculars, cameras and projectors, medical appliances, and other measuring instruments",
"heading": "9004",
"heading_description": "Eyewear",
"subheading": "9004.10",
"subheading_description": "Sunglasses",
"combinedDescription": "Spectacles, goggles and the like, corrective, protective or other: sunglasses",
"truncatedCombinedDescription": "Spectacles, goggles and the like, corrective,"
}
]
}
대량 분류 요청
대량 분류 요청의 키/값 쌍을 탐색합니다.
보편적인 (6자리) 또는 국가별 (8+ 자리) HS 코드에 대한 대량 품목 분류 요청을 새로 생성합니다. 대량 분류 요청 한도는 AWS 90초 타임아웃을 기준으로 하며, 약 2,000개의 분류가 가능합니다.