Name | Type | Description | Notes |
---|---|---|---|
description | string | Text description of your item. | |
eccn_ear99 | string | Export Control Classification Number, required on some exports from the United States. | [optional] |
mass_unit | \OpenAPI\Client\Model\WeightUnitEnum | ||
metadata | string | A string of up to 100 characters that can be filled with any additional information you want to attach to the object. | [optional] |
net_weight | string | Total weight of this item, i.e. quantity * weight per item. | |
origin_country | string | Country of origin of the item. Example: `US` or `DE`. All accepted values can be found on the <a href="http://www.iso.org/\" target="_blank">Official ISO Website</a>. | |
quantity | int | Quantity of this item in the shipment you send. Must be greater than 0. | |
sku_code | string | SKU code of the item, which is required by some carriers. | [optional] |
hs_code | string | HS code of the item, which is required by some carriers. If `tariff_number` is not provided, `hs_code` will be used. If both `hs_code` and `tariff_number` are provided, `tariff_number` will be used. 50 character limit. | [optional] |
tariff_number | string | The tariff number of the item. If `tariff_number` is not provided, `hs_code` will be used. If both `hs_code` and `tariff_number` are provided, `tariff_number` will be used. 12 character limit. | [optional] |
value_amount | string | Total value of this item, i.e. quantity * value per item. | |
value_currency | string | Currency used for value_amount. The <a href="http://www.xe.com/iso4217.php\">official ISO 4217</a> currency codes are used, e.g. `USD` or `EUR`. |