Overview
Contains information on the items purchased by a buyer.
Fields
- CartID
- CheckoutSource
- VATTaxCalculationOption
- VATShippingOption
- LineItemSKUList
- LineItemInvoiceList
- LineItemPromoList
| Field Name |
Data Type | Description |
|---|---|---|
| CartID | int | |
| CheckoutSource | CheckoutSourceType | |
| VATTaxCalculationOption | VAT_Calculation_Type | An enumeration containing one of the following options:
|
| VATShippingOption | VAT_Calculation_Type | An enumeration containing one of the following options:
|
| LineItemSKUList | OrderLineItemItem[] | An array of items |
| LineItemPromoList | OrderLineItemPromo[] | An array of promos for this order |
| LineItemInvoiceList | OrderLineItemInvoice[] | An array of subtotals like shipping, tax, etc |