Order Lines Object¶
Name |
Data Type |
Description |
---|---|---|
lineId |
Number |
The line ID assigned to the item by the client. |
sku |
String |
Required. The SKU used to track the item in the warehouse. Maximum length: 60 characters |
originCountryCode |
String |
The two-character ISO country code of the item’s manufacturing country. Use ISO alpha-2 code Maximum length: 2 characters |
originStateProvince |
String |
The state or province where the item was manufactured. Maximum length: 50 characters |
unitPrice |
Number |
The price of single unit of the item. |
orderedQuantity |
Number |
Required. The number of items ordered. |
lineTotal |
Number |
The total price for the line, excluding shipping and taxes. |
hSTariffCode |
String |
The destination country’s tariff-classification number for the commodity. Most countries use the six-digit Harmonized System (HS) as the basis for their tariff classifications and add additional digits for more detail. The maximum length is 14 characters. |
hSTariffCodeCountry |
String |
The two-character ISO Country Code for the destination country. |
inventoryType |
String |
The type of item inventory. Possible values:
|
additionalDetails |
Reserved for future use. |
For an example, see your API operation.