StoreUpdateCart
Properties#
region_id
stringOptionalThe ID of the region that the cart is in.
The cart's shipping address.
The cart's billing address.
email
stringOptionalThe email of the customer associated with the cart.
sales_channel_id
stringOptionalThe ID of the associated sales channel. Only products in the same sales channel
can be added to the cart.
metadata
Record<string, unknown>OptionalKey-value pairs of custom data.
promo_codes
string[]OptionalThe promotion codes to apply on the cart.
Was this page helpful?