| Name | Type | Description | Notes |
|---|---|---|---|
| affiliate | CartAffiliate | [optional] | |
| affiliate_network_pixel_oid | Number | The affiliate network pixel identifier associated with the cart | [optional] |
| base_currency_code | String | The ISO-4217 three letter base currency code of the account | [optional] |
| billing | CartBilling | [optional] | |
| buysafe | CartBuysafe | [optional] | |
| cart_id | String | Unique identifier for this cart | [optional] |
| checkout | CartCheckout | [optional] | |
| coupons | [CartCoupon] | Coupons | [optional] |
| currency_code | String | The ISO-4217 three letter currency code the customer is viewing prices in | [optional] |
| currency_conversion | CartCurrencyConversion | [optional] | |
| customer_profile | CartCustomerProfile | [optional] | |
| exchange_rate | Number | The exchange rate if the customer is viewing a different currency than the base | [optional] |
| gift | CartGift | [optional] | |
| gift_certificate | CartGiftCertificate | [optional] | |
| items | [CartItem] | Items | [optional] |
| language_iso_code | String | The ISO-631 three letter code the customer would like to checkout with | [optional] |
| logged_in | Boolean | True if the customer is logged into their profile | [optional] |
| marketing | CartMarketing | [optional] | |
| merchant_id | String | Merchant ID this cart is associated with | [optional] |
| payment | CartPayment | [optional] | |
| properties | [CartProperty] | Properties associated with the cart | [optional] |
| settings | CartSettings | [optional] | |
| shipping | CartShipping | [optional] | |
| summary | CartSummary | [optional] | |
| taxes | CartTaxes | [optional] | |
| upsell_after | CartUpsellAfter | [optional] | |
| utms | [CartUtm] | UTM clicks. The zero index is the most recent (last) UTM click. Only available in BigQuery and on an abandon webhook. | [optional] |