CartDTO
The cart details.
id
stringRequiredThe ID of the cart.
currency_code
stringRequiredThe currency of the cart
The original item total of the cart.
The original item subtotal of the cart.
The original item tax total of the cart.
The item total of the cart.
The item subtotal of the cart.
The item tax total of the cart.
The original total of the cart.
The original subtotal of the cart.
The original tax total of the cart.
The total of the cart.
The subtotal of the cart. (Excluding taxes)
The tax total of the cart.
The discount total of the cart.
raw_discount_total
anyRequiredThe raw discount total of the cart.
The discount tax total of the cart.
The gift card total of the cart.
The gift card tax total of the cart.
The shipping total of the cart.
The shipping subtotal of the cart.
The shipping tax total of the cart.
The original shipping total of the cart.
The original shipping subtotal of the cart.
The original shipping tax total of the cart.
region_id
stringThe ID of the region the cart belongs to.
customer_id
stringThe ID of the associated customer
sales_channel_id
stringThe ID of the sales channel the cart belongs to.
email
stringThe email of the customer that owns the cart.
The associated shipping address.
The associated billing address.
The associated line items.
The associated shipping methods
metadata
null | Record<string, unknown>Holds custom data in key-value pairs.
created_at
string | DateWhen the cart was created.
updated_at
string | DateWhen the cart was updated.
Was this section helpful?