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