Atribut
Pasangan kunci/nilai JSON dalam body permintaan
POST | https://api.zonos.com/v1/classify
Field | Catatan |
---|---|
item DIWAJIBKAN | Item yang akan diekspor untuk diklasifikasikan. |
item.age OPSIONAL | Usia item. Misalnya, “1784-1820” atau “Abad ke-3 Masehi.” |
item.amount OPSIONAL | Harga item. |
item.brand OPSIONAL | Merek item. |
item.category OPSIONAL | Kategori item. |
item.description DIWAJIBKAN | Deskripsi barang untuk faktur komersial. Deskripsi ini biasanya berbeda dari deskripsi ritel dan biasanya mencakup deskripsi umum tentang apa itu, terbuat dari apa, dan untuk apa digunakan. |
item.detail OPSIONAL | Fitur tambahan, atribut, atau deskripsi item. |
item.gender OPSIONAL | Referensi gender yang terkait dengan item. |
item.hs_code OPSIONAL | Sebanyak mungkin digit yang diketahui dari kode HS, yang akan digunakan untuk sub-klasifikasi, misalnya, jika Anda mengklasifikasikan daftar pakaian rajut, masukkan “61” untuk memaksa logika menemukan kode dalam bab 61. |
item.image_url OPSIONAL | URL gambar. |
item.language_code OPSIONAL | Kode bahasa ISO 639-1. Jika null , bahasa default adalah bahasa Inggris. |
item.material OPSIONAL | Komposisi material item. |
item.product_id OPSIONAL | Pengidentifikasi unik item untuk pengecer atau eksportir. |
item.sku OPSIONAL | SKU item. |
item.sub_category OPSIONAL | Kategori yang paling terkait dengan item. |
ship_to_country OPSIONAL | Negara tujuan, yang diwakili oleh kode ISO dua huruf. Field ini diperlukan untuk klasifikasi HTS 8+ digit spesifik negara. |
Classify request
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
}
Contoh respons
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"
}
Permintaan klasifikasi
Jelajahi pasangan kunci/nilai dalam permintaan klasifikasi.Buat permintaan baru untuk klasifikasi item ke kode HS universal (6-digit) atau kode HS spesifik negara (8+ digit).