| 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.
|