Information about a specific cart.
Name | Type | Description | Notes |
---|---|---|---|
Customer | ECommerceCustomer2 | [optional] | |
CampaignId | string | A string that uniquely identifies the campaign associated with a cart. | [optional] |
CheckoutUrl | string | The URL for the cart. This parameter is required for Abandoned Cart automations. | [optional] |
CurrencyCode | string | The three-letter ISO 4217 code for the currency that the cart uses. | [optional] |
OrderTotal | float32 | The order total for the cart. | [optional] |
TaxTotal | float32 | The total tax for the cart. | [optional] |
Lines | []ECommerceCartLineItem1 | An array of the cart's line items. | [optional] |