EcommerceCarts
A list of an account's ecommerce carts.
Columns
Name
Type
ReadOnly
Description
StoreId [KEY]
String
True
The StoreId for the table.
Id [KEY]
String
False
A unique identifier for the cart.
Customer
String
False
Information about a specific customer. Carts for existing customers should include only the id parameter in the customer object body.
CampaignId [KEY]
String
False
A string that uniquely identifies the campaign associated with a cart.
CheckoutUrl
String
False
The URL for the cart.
CurrencyCode
String
False
The three-letter ISO 4217 code for the currency that the cart uses.
OrderTotal
Decimal
False
The order total for the cart.
TaxTotal
Decimal
False
The total tax for the cart.
Lines
String
False
An array of the cart's line items.
CreatedAt
Datetime
True
The date and time when the cart was created.
UpdatedAt
Datetime
True
The date and time when the cart was last updated.
Last updated