屬性
請求本文中的 JSON 鍵值對
POST | https://api.zonos.com/v1/classify
| 欄位↕ | 備註↕ |
|---|---|
item 必需 | 要出口並進行分類的項目。 |
item.age 選用 | 項目的年代,例如 1784-1820 或 3rd Century 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+ 位數分類是必需的。 |
1
{2
"item": {3
"id": "29342",4
"amount": 12.99,5
"brand": null,6
"category": "women's clothing",7
"description": "Cozy Design Women's Knitted Gloves with Roll Up Cuffs for Winter",8
"detail": null,9
"gender": "women",10
"hs_code": "6116",11
"image_url": "https://zonos.com/images/cozygloves.webp",12
"item_age": null,13
"language_code": "en",14
"material": "cotton",15
"product_id": "895669256385",16
"sub_category": "women's accessories"17
},18
"ship_to_country": null19
}
請求分類
探索分類請求中的鍵值對。創建一個新的請求,將項目分類為通用(6 位數)或特定國家(8+ 位數)的 HS 代碼。