CreateCartDTO
The cart to be created.
currency_code
stringRequiredThe currency code of the cart.
region_id
stringThe associated region's ID.
customer_id
stringThe associated customer's ID.
sales_channel_id
stringThe associated sales channel's ID.
email
stringThe email of the customer that owns the cart.
shipping_address_id
stringThe associated shipping address's ID.
billing_address_id
stringThe associated billing address's ID.
shipping_address
string | CreateAddressDTOThe shipping address of the cart.
billing_address
string | CreateAddressDTOThe billing address of the cart.
metadata
Record<string, unknown>Holds custom data in key-value pairs.
items
CreateLineItemDTO[]The items of the cart.
items
CreateLineItemDTO[]Was this section helpful?