mirror of
https://github.com/LukeHagar/speakeasy-playground.git
synced 2025-12-09 12:47:46 +00:00
11 KiB
11 KiB
CustomsItemBase
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
description |
str | ✔️ | Text description of your item. | T-Shirt |
mass_unit |
components.WeightUnit | ✔️ | The unit used for weight. | lb |
net_weight |
str | ✔️ | Total weight of this item, i.e. quantity * weight per item. | 5 |
origin_country |
str | ✔️ | Country of origin of the item. Example: US or DE. All accepted values can be found on the Official ISO Website. |
|
quantity |
int | ✔️ | Quantity of this item in the shipment you send. Must be greater than 0. | 20 |
value_amount |
str | ✔️ | Total value of this item, i.e. quantity * value per item. | 200 |
value_currency |
str | ✔️ | Currency used for value_amount. The official ISO 4217 currency codes are used, e.g. USD or EUR. |
USD |
eccn_ear99 |
Optional[str] | ➖ | Export Control Classification Number, required on some exports from the United States. | |
metadata |
Optional[str] | ➖ | 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" |
sku_code |
Optional[str] | ➖ | SKU code of the item, which is required by some carriers. | HM-123 |
tariff_number |
Optional[str] | ➖ | The tariff number of the item. |