Components
OrderLine
A specification of a product that is inside a shipment.
| Property | Type | Description |
|---|---|---|
description | string | The description/name of the item required nullable length 1...2700 |
ean | string | EAN Code of product (European Article Number) |
hs_code | string | HS Code of product (Harmonized Commodity Description and Coding System) |
meta | object | This is an additional free format structured field that will give you the possibility to manage your booking process. Maps and lists are supported. |
origin_country_code | string | ISO country code. required length 2...2 |
quantity | integer | The number of items for a product in an order line. required value 1... |
sku | string | SKU Code of product |
value | integer | The total value in cents. required value 1... |
weight | integer | The weight or a product or shipment in grams. required value 1... |