Skip to main content
Skip to main content

CreateCartDTO

The cart to be created.

currency_codestringRequired
The currency code of the cart.
region_idstring
The associated region's ID.
customer_idstring
The associated customer's ID.
sales_channel_idstring
The associated sales channel's ID.
emailstring
The email of the customer that owns the cart.
shipping_address_idstring
The associated shipping address's ID.
billing_address_idstring
The associated billing address's ID.
shipping_addressstring | CreateAddressDTO
The shipping address of the cart.
billing_addressstring | CreateAddressDTO
The billing address of the cart.
metadataRecord<string, unknown>
Holds custom data in key-value pairs.
The items of the cart.
Was this section helpful?