Items¶
Information about the contents of the shipment. Items can be included even if no customs information is required.
Attributes¶
Attribute |
Type |
Required |
Description |
---|---|---|---|
description |
string |
✓ |
Description of the item or it’s content. |
quantity |
integer |
✓ |
Amount of these items present in the shipment. |
image_url |
string |
A link to an image of the item. |
|
item_value |
For international shipments |
Value of a single item. Should be multiplied by quantity to get total value. |
|
item_weight |
integer |
Weight of a single item. Should be multiplied by quantity to get total weight. |
|
hs_code |
string |
Harmonized System code used by customs. |
|
origin_country_code |
string |
For international shipments |
The country code in ISO 3166-1 alpha-2 format. |
sku |
string |
Unique identifier, often the Stock Keeping Unit. |