- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
- User Guide
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
- User Guide
CreateCartDTO
The cart to be created.
currency_code
stringThe currency code of the cart.
region_id
stringOptionalThe associated region's ID.
customer_id
stringOptionalThe associated customer's ID.
sales_channel_id
stringOptionalThe associated sales channel's ID.
email
stringOptionalThe email of the customer that owns the cart.
shipping_address_id
stringOptionalThe associated shipping address's ID.
billing_address_id
stringOptionalThe associated billing address's ID.
The shipping address of the cart.
The billing address of the cart.
metadata
Record<string, unknown>OptionalHolds custom data in key-value pairs.
The items of the cart.
Was this page helpful?