为物品创建新的分类请求,以获取通用(6位数)或特定国家(8位数或以上)HS代码。
注意: 要获得分类,您必须提供 description。您可以选择提供哪些字段,但我们建议您提供尽可能多的信息,以获得更准确的分类。
description
POST | https://api.zonos.com/v1/classify
https://api.zonos.com/v1/classify
item
item.age
item.amount
item.brand
item.category
item.description
item.detail
item.gender
item.hs_code
item.image_url
item.language_code
null
item.material
item.product_id
item.sku
item.sub_category
ship_to_country
{
"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.webp",
"item_age": null,
"language_code": "en",
"material": "cotton",
"product_id": "895669256385",
"sub_category": "women's accessories"
},
"ship_to_country": null
}
请求分类
请求分类
探索分类请求中的键/值对。为物品创建新的分类请求,以获取通用(6位数)或特定国家(8位数或以上)HS代码。
属性
请求正文中的 JSON 键/值对
POST |
https://api.zonos.com/v1/classifyitemREQUIREDitem.ageOPTIONALitem.amountOPTIONALitem.brandOPTIONALitem.categoryOPTIONALitem.descriptionREQUIREDitem.detailOPTIONALitem.genderOPTIONALitem.hs_codeOPTIONALitem.image_urlOPTIONALitem.language_codeOPTIONALnull,则默认为英语。item.materialOPTIONALitem.product_idOPTIONALitem.skuOPTIONALitem.sub_categoryOPTIONALship_to_countryOPTIONAL{"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.webp","item_age": null,"language_code": "en","material": "cotton","product_id": "895669256385","sub_category": "women's accessories"},"ship_to_country": null}这个页面有帮助吗?