Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 15.2 KB

File metadata and controls

19 lines (16 loc) · 15.2 KB

CustomsItemCreateRequest

Fields

Field Type Required Description Example
Description string ✔️ Text description of your item. T-Shirt
EccnEar99 string Export Control Classification Number, required on some exports from the United States.
MassUnit WeightUnitEnum ✔️ The unit used for weight. lb
Metadata string A string of up to 100 characters that can be filled with any additional information you
want to attach to the object.
Order ID "123454"
NetWeight string ✔️ Total weight of this item, i.e. quantity * weight per item. 5
OriginCountry string ✔️ Country of origin of the item. Example: US or DE.
All accepted values can be found on the Official ISO Website.
Quantity long ✔️ Quantity of this item in the shipment you send. Must be greater than 0. 20
SkuCode string SKU code of the item, which is required by some carriers. HM-123
HsCode 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. 0901.21
TariffNumber 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.
ValueAmount string ✔️ Total value of this item, i.e. quantity * value per item. 200
ValueCurrency string ✔️ Currency used for value_amount. The official ISO 4217
currency codes are used, e.g. USD or EUR.
USD