CartDTO
Properties
id
stringRequiredThe ID of the cart.
currency_code
stringRequiredThe currency of the cart
original_item_total
numberRequiredoriginal_item_subtotal
numberRequiredoriginal_item_tax_total
numberRequireditem_total
numberRequireditem_subtotal
numberRequireditem_tax_total
numberRequiredoriginal_total
numberRequiredoriginal_subtotal
numberRequiredoriginal_tax_total
numberRequiredtotal
numberRequiredsubtotal
numberRequiredtax_total
numberRequireddiscount_total
numberRequireddiscount_tax_total
numberRequiredshipping_total
numberRequiredshipping_subtotal
numberRequiredshipping_tax_total
numberRequiredoriginal_shipping_total
numberRequiredoriginal_shipping_subtotal
numberRequiredoriginal_shipping_tax_total
numberRequiredregion_id
stringThe ID of the region the cart belongs to.
customer_id
stringThe ID of the customer on the cart.
sales_channel_id
stringThe ID of the sales channel the cart belongs to.
email
stringThe email of 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?