Attributes
JSON key/value pairs in the request body
POST | https://api.zonos.com/v1/classify
| Field | Notes |
|---|---|
item REQUIRED | The item that is getting exported to be classified. |
item.age OPTIONAL | The age of the item, e.g., 1784-1820 or 3rd Century A.D.. |
item.amount OPTIONAL | The price of the item. |
item.brand OPTIONAL | The brand of the item. |
item.category OPTIONAL | The item category. |
item.description REQUIRED | The description of goods for the commercial invoice. This description will usually differ from the retail description and typically includes a general description of what it is, what it is made from, and what it is used for. |
item.detail OPTIONAL | Additional features, attributes, or descriptions of the item. |
item.gender OPTIONAL | The gender reference associated to the item. |
item.hs_code OPTIONAL | As many known digits of the HS code, which will be used for sub-classifications, e.g., If you are classifying a list of knitted clothing, input 61 to force the logic to find codes within chapter 61. |
item.image_url OPTIONAL | The image URL. |
item.language_code OPTIONAL | The ISO 639-1 language code. If null, English is the default language. |
item.material OPTIONAL | The material composition of the item. |
item.product_id OPTIONAL | The retailer or exporter’s unique item identifier for the product. |
item.sku OPTIONAL | The item's SKU. |
item.sub_category OPTIONAL | The category most closely associated with the item. |
ship_to_country OPTIONAL | The destination country, represented by a two-letter ISO code. This field is required for a country-specific HTS 8+ digit classification. |
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
}
Request a classification
Explore the key/value pairs in a classification request.Create a new request for an item classification to the universal (6-digit) or country-specific (8+ digit) HS code.