CartWorkflowDTO
The cart details.
Properties
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.
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.
The raw original item total of the cart.
The raw original item subtotal of the cart.
The raw original item tax total of the cart.
The raw item total of the cart.
The raw item subtotal of the cart.
The raw item tax total of the cart.
The raw original total of the cart.
The raw original subtotal of the cart.
The raw original tax total of the cart.
The raw total of the cart.
The raw subtotal of the cart. (Excluding taxes)
The raw tax total of the cart.
The raw discount total of the cart.
The raw discount tax total of the cart.
The raw gift card total of the cart.
The raw gift card tax total of the cart.
The raw shipping total of the cart.
The raw shipping subtotal of the cart.
The raw shipping tax total of the cart.
The raw original shipping total of the cart.
The raw original shipping subtotal of the cart.
The raw 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.
customer
CustomerDTO
customer
CustomerDTOproduct
ProductDTO
product
ProductDTOregion
RegionDTO
region
RegionDTOWas this section helpful?