Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1.54 KB

File metadata and controls

20 lines (17 loc) · 1.54 KB

# ParcelItems

Properties

Name Type Description Notes
description string Description of the type of product
hsCode string Harmonized System Code [optional]
originCountry string Country code from where the products were originally produced (ISO 3166-1 alpha-2) [optional]
productId string Internal ID of the product [optional]
properties array<string,string> An object containing any additional properties of the product, e.g. `color: Black` [optional]
quantity int Number of units of a given item
sku string Internal stock keeping unit, used by retailers to assign to products, in order to keep track of stock levels internally. [optional]
value float Price of an item
weight float Weight of an item [optional]
midCode string MID code is short for Manufacturer's Identification code and must be shown on the commercial invoice. It's used as an alternative to the full name and address of a manufacturer, shipper or exporter and is always required for U.S. formal customs entries. [optional]
materialContent string A description of materials of the order content. [optional]
intendedUse string Intended use of the order contents. The intended use may be personal or commercial. [optional]

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