属性
リクエスト本文のJSONキー/値ペア
POST | https://api.zonos.com/v1/classify/bulk
上記のヘッダーは、この一括分類リクエストを正常完了させるために必須の入力です。
| フィールド↕ | 備考↕ |
|---|---|
items 必須 | 分類対象として輸出される品目のリスト。 |
item[index].item.age 任意 | 商品の年代(例: 1784-1820 または 3rd Century 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任意 | 配送先の国。2文字のISOコードで表されます。このフィールドは、国別のHTS8桁以上の分類に必須です。 |
リクエスト例
1
{2
"items": [3
{4
"item": {5
"id": "29342",6
"amount": 12.99,7
"brand": null,8
"category": "women's clothing",9
"description": "Cozy Design Women's Knitted Gloves with Roll Up Cuffs for Winter",10
"detail": null,11
"gender": "women",12
"hs_code": "6116",13
"image_url": "https://zonos.com/images/cozygloves.webp",14
"item_age": null,15
"language_code": "en",16
"material": "cotton",17
"product_id": "895669256385",18
"sub_category": "women's accessories"19
}20
},21
{22
"item": {23
"id": "29343",24
"amount": 19.99,25
"brand": null,26
"category": null,27
"description": "Cadet Army Cap Basic Everyday Military Style Hat",28
"detail": null,29
"gender": "men's",30
"hs_code": null,31
"image_url": "https://zonos.com/images/cadethat.webp",32
"item_age": null,33
"language_code": "en",34
"material": null,35
"product_id": "895669256378",36
"sub_category": null37
}38
},39
{40
"item": {41
"id": "29344",42
"amount": 45.29,43
"brand": "Ray Ban",44
"category": "Accessories",45
"description": "Vintage Aviator Square Sunglasses",46
"detail": null,47
"gender": null,48
"hs_code": null,49
"image_url": "https://zonos.com/images/vintagesunglasses.webp",50
"item_age": null,51
"language_code": "en",52
"material": null,53
"product_id": "895669256399",54
"sub_category": "Sunglasses"55
}56
}57
],58
"ship_to_countries": [59
"CA",60
"FR"61
]62
}
一括分類のリクエスト
一括分類リクエストのキー/値ペアを確認します。
普遍(6桁)または国別(8+桁)HSコードへの一括商品分類の新規リクエストを作成します。一括分類リクエストの上限はAWSの90秒タイムアウトに基づき、約2,000件の分類となります。