속성
요청 본문의 JSON 키/값 쌍
POST | https://api.zonos.com/v1/classify
필드 | 비고 |
---|---|
item 필수 | 분류될 품목입니다. |
item.age 선택 사항 | 품목의 연령. 예: “1784-1820” 또는 “3세기 A.D.” |
item.amount 선택 사항 | 품목의 가격. |
item.brand 선택 사항 | 품목의 브랜드. |
item.category 선택 사항 | 품목 카테고리. |
item.description 필수 | 상업 송장에 대한 상품 설명. 이 설명은 일반적으로 소매 설명과 다르며, 일반적으로 그것이 무엇인지, 무엇으로 만들어졌는지, 무엇에 사용되는지를 포함합니다. |
item.detail 선택 사항 | 품목의 추가 기능, 속성 또는 설명. |
item.gender 선택 사항 | 품목과 관련된 성별 참조. |
item.hs_code 선택 사항 | 하위 분류에 사용될 HS 코드의 알려진 숫자. 예를 들어, 편직 의류 목록을 분류하는 경우 “61”을 입력하여 로직이 61장 내에서 코드를 찾도록 강제합니다. |
item.image_url 선택 사항 | 이미지 URL. |
item.language_code 선택 사항 | ISO 639-1 언어 코드. null 인 경우 영어가 기본 언어입니다. |
item.material 선택 사항 | 품목의 재료 구성. |
item.product_id 선택 사항 | 소매업체 또는 수출업체의 제품에 대한 고유 품목 식별자. |
item.sku 선택 사항 | 품목의 SKU. |
item.sub_category 선택 사항 | 품목과 가장 밀접하게 관련된 카테고리. |
ship_to_country 선택 사항 | 두 글자 ISO 코드로 표현된 목적지 국가. 이 필드는 국가별 HTS 8자리 이상의 분류에 필요합니다. |
Classify 요청
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"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"
},
"ship_to_country": null
}
예시 응답
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
{
"id": "clfy_6PU4EDbKE1DlDMYxbDwyfK",
"product_id": "895669256385",
"classified_code": "6116.99",
"codes": [
{
"code": "6116.99",
"description": "Other: Of other textile materials",
"type": "subHeading"
},
{
"code": "6116",
"description": "Gloves, mittens, and mitts, knitted or crocheted",
"type": "heading"
},
{
"code": "61",
"description": "Apparel and clothing, knitted or crocheted",
"type": "chapter"
}
],
"providedHsCodeStatus": "VALID",
"combinedDescription": "Gloves, mittens and mitts, knitted or crocheted: of other textile materials",
"truncatedCombinedDescription": "Gloves, mittens and mitts, knitted or crocheted"
}
분류 요청하기
분류 요청의 키/값 쌍을 탐색하세요.보편적인 (6자리) 또는 국가별 (8자리 이상의) HS 코드에 대한 품목 분류를 위한 새 요청을 생성하세요.