| Name |
Type |
Description |
Notes |
| affiliate |
CartAffiliate |
|
[optional] |
| affiliate_network_pixel_oid |
Integer |
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 |
Array<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 |
Float |
The exchange rate if the customer is viewing a different currency than the base |
[optional] |
| gift |
CartGift |
|
[optional] |
| gift_certificate |
CartGiftCertificate |
|
[optional] |
| items |
Array<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 |
Array<CartProperty> |
Properties associated with the cart |
[optional] |
| settings |
CartSettings |
|
[optional] |
| shipping |
CartShipping |
|
[optional] |
| summary |
CartSummary |
|
[optional] |
| taxes |
CartTaxes |
|
[optional] |
| upsell_after |
CartUpsellAfter |
|
[optional] |
| utms |
Array<CartUtm> |
UTM clicks. The zero index is the most recent (last) UTM click. Only available in BigQuery and on an abandon webhook. |
[optional] |
require 'ultracart_api'
instance = UltracartClient::Cart.new(
affiliate: null,
affiliate_network_pixel_oid: null,
base_currency_code: null,
billing: null,
buysafe: null,
cart_id: null,
checkout: null,
coupons: null,
currency_code: null,
currency_conversion: null,
customer_profile: null,
exchange_rate: null,
gift: null,
gift_certificate: null,
items: null,
language_iso_code: null,
logged_in: null,
marketing: null,
merchant_id: null,
payment: null,
properties: null,
settings: null,
shipping: null,
summary: null,
taxes: null,
upsell_after: null,
utms: null
)