cartId property
The id or name of the associated shopping cart.
This id is used to associate multiple items added or present in the cart
before purchase. This can only be set for add-to-cart
,
remove-from-cart
, checkout-start
, purchase-complete
, or
shopping-cart-page-view
events.
Optional.
Implementation
core.String? cartId;