StoreCart
Properties#
id
stringThe ID of the cart.
currency_code
stringThe currency of the cart
original_item_total
numberThe original item total of the cart.
original_item_subtotal
numberThe original item subtotal of the cart.
original_item_tax_total
numberThe original item tax total of the cart.
item_total
numberThe item total of the cart.
item_subtotal
numberThe item subtotal of the cart.
item_tax_total
numberThe item tax total of the cart.
original_total
numberThe original total of the cart.
original_subtotal
numberThe original subtotal of the cart.
original_tax_total
numberThe original tax total of the cart.
total
numberThe total of the cart.
subtotal
numberThe subtotal of the cart. (Excluding taxes)
tax_total
numberThe tax total of the cart.
discount_total
numberThe discount total of the cart.
discount_tax_total
numberThe discount tax total of the cart.
gift_card_total
numberThe gift card total of the cart.
gift_card_tax_total
numberThe gift card tax total of the cart.
shipping_total
numberThe shipping total of the cart.
shipping_subtotal
numberThe shipping subtotal of the cart.
shipping_tax_total
numberThe shipping tax total of the cart.
original_shipping_total
numberThe original shipping total of the cart.
original_shipping_subtotal
numberThe original shipping subtotal of the cart.
original_shipping_tax_total
numberThe original shipping tax total of the cart.
promotions
StoreCartPromotion[]The promotions applied to the cart.
promotions
StoreCartPromotion[]region_id
stringOptionalThe ID of the region the cart belongs to.
customer_id
stringOptionalThe ID of the associated customer
sales_channel_id
stringOptionalThe ID of the sales channel the cart belongs to.
email
stringOptionalThe email of the customer that owns the cart.
metadata
null | Record<string, unknown>OptionalHolds custom data in key-value pairs.
created_at
string | DateOptionalWhen the cart was created.
updated_at
string | DateOptionalWhen the cart was updated.
The cart's shipping address.
The cart's billing address.
The cart's items.
The cart's shipping methods.
The cart's payment collection.
The cart's region
Was this page helpful?