- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
- User Guide
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
- User Guide
UpdateCartDTO
The attributes to update in the cart.
id
stringThe ID of the cart.
region_id
stringOptionalThe associated region's ID.
customer_id
null | stringOptionalThe associated customer's ID.
sales_channel_id
null | stringOptionalThe associated sales channel's ID.
email
null | stringOptionalThe email of the customer that owns the cart.
currency_code
stringOptionalThe currency code of the cart.
shipping_address_id
null | stringOptionalThe associated shipping address's ID.
billing_address_id
null | stringOptionalThe associated billing address's ID.
The billing address of the cart.
The shipping address of the cart.
metadata
null | Record<string, unknown>OptionalHolds custom data in key-value pairs.
completed_at
null | string | DateOptionalThe date and time the cart was completed.
Was this page helpful?