Skip to main content
Skip to main content

CartDTO

Properties

idstringRequired
The ID of the cart.
currency_codestringRequired
The currency of the cart
original_item_totalnumberRequired
original_item_subtotalnumberRequired
original_item_tax_totalnumberRequired
item_totalnumberRequired
item_subtotalnumberRequired
item_tax_totalnumberRequired
original_totalnumberRequired
original_subtotalnumberRequired
original_tax_totalnumberRequired
totalnumberRequired
subtotalnumberRequired
tax_totalnumberRequired
discount_totalnumberRequired
discount_tax_totalnumberRequired
shipping_totalnumberRequired
shipping_subtotalnumberRequired
shipping_tax_totalnumberRequired
original_shipping_totalnumberRequired
original_shipping_subtotalnumberRequired
original_shipping_tax_totalnumberRequired
region_idstring
The ID of the region the cart belongs to.
customer_idstring
The ID of the customer on the cart.
sales_channel_idstring
The ID of the sales channel the cart belongs to.
emailstring
The email of the cart.
shipping_addressCartAddressDTO
The associated shipping address.
billing_addressCartAddressDTO
The associated billing address.
The associated line items.
shipping_methodsCartShippingMethodDTO[]
The associated shipping methods
metadatanull | Record<string, unknown>
Holds custom data in key-value pairs.
created_atstring | Date
When the cart was created.
updated_atstring | Date
When the cart was updated.
Was this section helpful?