Product Details Object¶
Name |
Data Type |
Description |
---|---|---|
brand |
String |
The manufacturer’s brand name for the item. Maximum length: 50 characters |
category |
String |
Associated category. Maximum length: 50 characters |
description |
String |
Required. Short description of the product. Maximum length: 100 characters |
eccn |
String |
Reserved for future use. |
hazmatClassification |
Array[Ojbect] |
|
hazmatClassification.dotHazmatCode |
String |
The U.S. Department of Transportation (DOT) hazardous materials code for the dangerous good. Maximum length: 10 characters |
hazmatClassification.unHazmatCode |
String |
The United Nations (UN) hazardous materials code for the dangerous good. Maximum length: 10 characters |
hazmatClassification.hazmatDescription |
String |
The UN hazardous materials description for the dangerous good. Maximum length: 100 characters |
hsClassification |
Array[Object] |
The product’s HS code (Harmonized System code). |
hsClassification.hsTariffCode |
String |
The tariff code for the product, as provided by destination country. Most countries use the six-digit Harmonized System (HS) as the basis for their tariff codes. Maximum length: 30 characters |
hsClassification.countryCode |
String |
The two-character ISO country code for the country supplying the tariff code used in |
identifiers |
Array[Object] |
Additional identifiers for the item. Each object in the array defines a type of identifier and its value. |
identifiers.number |
String |
The value of the identifier. Maximum length: 100 characters |
identifiers.source |
String |
The type of identifier, such as Maximum length: 10 characters |
image |
||
manufacturer |
String |
The manufacturer of the item. Maximum length: 255 characters |
originCountryCode |
String |
The country code of the product’s manufacturing country. Use ISO 3166-1 alpha-2 standard values. Maximum length: 2 characters |
originStateProvince |
String |
The origin state or province. Maximum length: 50 characters |
unitPrice |
Number, up to 4 decimal places |
The client’s cost for one unit of this item. This is used to calculate the inventory valuation report in the Fulfillment Client Portal. |
retailPrice |
Number, up to 4 decimal places |
The selling price to customers for one unit of this product. |
priceCurrency |
String |
Currency Code. This must be set to |
url |
String |
The commodity’s URL on the merchant’s site. Maximum length: 1000 characters |
For an example, see your API operation.