Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.71 KB

File metadata and controls

18 lines (15 loc) · 1.71 KB

Item

Properties

Name Type Description Notes
item_id str Unique ID<br />Your unique identifier for this item.<br />If not provided, a GUID will be generated. [optional]
description str Item Description
value float Item Value
currency str Currency<br />3 digit ISO Currency Code
weight float Item Weight<br />The weight of this item.<br />Min weight: 1 gram. [optional]
weight_unit_of_measure str Weight Unit of Measure<br />If using Grams, minimum weight is 1 and partial numbers will be ignored. [optional] [default to 'KG']
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]