CartDTO

The cart details.

idstring
The ID of the cart.
currency_codestring
The currency of the cart
original_item_totalBigNumberValue
The original item total of the cart.
original_item_subtotalBigNumberValue
The original item subtotal of the cart.
original_item_tax_totalBigNumberValue
The original item tax total of the cart.
item_totalBigNumberValue
The item total of the cart.
item_subtotalBigNumberValue
The item subtotal of the cart.
item_tax_totalBigNumberValue
The item tax total of the cart.
original_totalBigNumberValue
The original total of the cart.
original_subtotalBigNumberValue
The original subtotal of the cart.
original_tax_totalBigNumberValue
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.
discount_totalBigNumberValue
The discount total of the cart.
discount_tax_totalBigNumberValue
The discount tax total of the cart.
gift_card_totalBigNumberValue
The gift card total of the cart.
gift_card_tax_totalBigNumberValue
The gift card tax total of the cart.
shipping_totalBigNumberValue
The shipping total of the cart.
shipping_subtotalBigNumberValue
The shipping subtotal of the cart.
shipping_tax_totalBigNumberValue
The shipping tax total of the cart.
original_shipping_totalBigNumberValue
The original shipping total of the cart.
original_shipping_subtotalBigNumberValue
The original shipping subtotal of the cart.
original_shipping_tax_totalBigNumberValue
The original shipping tax total of the cart.
raw_original_item_totalBigNumberRawValue
The raw original item total of the cart.
raw_original_item_subtotalBigNumberRawValue
The raw original item subtotal of the cart.
raw_original_item_tax_totalBigNumberRawValue
The raw original item tax total of the cart.
raw_item_totalBigNumberRawValue
The raw item total of the cart.
raw_item_subtotalBigNumberRawValue
The raw item subtotal of the cart.
raw_item_tax_totalBigNumberRawValue
The raw item tax total of the cart.
raw_original_totalBigNumberRawValue
The raw original total of the cart.
raw_original_subtotalBigNumberRawValue
The raw original subtotal of the cart.
raw_original_tax_totalBigNumberRawValue
The raw original tax total of the cart.
The raw total of the cart.
raw_subtotalBigNumberRawValue
The raw subtotal of the cart. (Excluding taxes)
raw_tax_totalBigNumberRawValue
The raw tax total of the cart.
raw_discount_totalBigNumberRawValue
The raw discount total of the cart.
raw_discount_tax_totalBigNumberRawValue
The raw discount tax total of the cart.
raw_gift_card_totalBigNumberRawValue
The raw gift card total of the cart.
raw_gift_card_tax_totalBigNumberRawValue
The raw gift card tax total of the cart.
raw_shipping_totalBigNumberRawValue
The raw shipping total of the cart.
raw_shipping_subtotalBigNumberRawValue
The raw shipping subtotal of the cart.
raw_shipping_tax_totalBigNumberRawValue
The raw shipping tax total of the cart.
raw_original_shipping_totalBigNumberRawValue
The raw original shipping total of the cart.
raw_original_shipping_subtotalBigNumberRawValue
The raw original shipping subtotal of the cart.
raw_original_shipping_tax_totalBigNumberRawValue
The raw original shipping tax total of the cart.
region_idstringOptional
The ID of the region the cart belongs to.
customer_idstringOptional
The ID of the associated customer
sales_channel_idstringOptional
The ID of the sales channel the cart belongs to.
emailstringOptional
The email of the customer that owns the cart.
shipping_addressCartAddressDTOOptional
The associated shipping address.
billing_addressCartAddressDTOOptional
The associated billing address.
itemsCartLineItemDTO[]Optional
The associated line items.
shipping_methodsCartShippingMethodDTO[]Optional
The associated shipping methods
metadatanull | Record<string, unknown>Optional
Holds custom data in key-value pairs.
completed_atstring | DateOptional
When the cart was completed.
created_atstring | DateOptional
When the cart was created.
updated_atstring | DateOptional
When the cart was updated.
Was this page helpful?
Edit this page