Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.89 KB

File metadata and controls

18 lines (15 loc) · 1.89 KB

ShipmentItem

Properties

Name Type Description Notes
item_id str Item ID<br />If supplied all item fields except Item Quantity will be populated from the stored item record. [optional]
quantity int Item Quantity<br />The quantity of items of this type.
description str Item Description<br />Required if an Item Id is not supplied. [optional]
value float Item Value<br />Individual item value (use same currency as shipment currency).<br />Required if an Item Id is not supplied. [optional]
weight float Item Weight<br />Individual item weight. [optional]
package_occurrence int Package Occurrence<br />Optional Package Occurrence used to indicate which package the item has been packed into. [optional]
hs_code str HS Code<br />The standardised commodity code. It must be 6-12 digits only.<br />Used by Customs to calculate potential duties / taxes. [optional]
sku_code str SKU Code.<br />Used by Customs to calculate potential duties / taxes. [optional]
country_of_origin str Country of Origin<br />ISO Alpha-2 Country Code of item country of origin, per ISO 3166 Standard [optional]
image_url str Image URL<br />Used to save a link to an image of the item with the shipment details, so that this can be used in the Returns<br />system for consumers to see an image of the item when selecting items for return.<br />URL must be a publicly accessible image. [optional]

[Back to Model list] [Back to API list] [Back to README]