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