| OrderedProductSKU |
This is the SKU that was received from channel.
|
string
|
Required
|
| OrderedProductName |
This is the Product name that was received from channel.
|
string
|
Required
|
| QuantityOrdered |
The Original amount the customer ordered.
|
integer
|
Required
|
| SingleItemPrice |
The price of a single unit of a product
|
decimal number
|
Required
|
| TotalItemPriceExVat |
The total price of the order line excluding VAT
|
decimal number
|
Required
|
| TotalItemPriceIncVat |
The total price of the order line including VAT
|
decimal number
|
Required
|
| VatTotal |
The VAT of the order line
|
decimal number
|
Required
|
| TaxRate |
The tax rate used to calculate the VAT
|
decimal number
|
Required
|
| Discount |
The value of any discount applied to the order line
|
decimal number
|
None.
|
| ItemOptions |
An optional order line customization
|
string
|
None.
|
| ParcelNumber |
Optional. 1-based ordinal of the parcel this line belongs to. Must be ≥ 1 and ≤ the order-level
value. Stored verbatim on
Orders_ShoppingCart.ParcelNumber for future use — currently informational; a follow-up
will use it to populate OrderPackagingProduct rows so the line is allocated to a specific
parcel during pick/pack. Values ≤ 0 are treated as not supplied.
|
integer
|
None.
|