quantity property

int? quantity
getter/setter pair

Quantity of the product associated with the user event.

For example, this field will be 2 if two products are added to the shopping cart for add-to-cart event. Required for add-to-cart, add-to-list, remove-from-cart, checkout-start, purchase-complete, refund event types.

Optional.

Implementation

core.int? quantity;