Triggered when user clicks on the Add to cart button.
| Name | Type | Description |
|---|---|---|
origin | string | Wix App name, such as Stores or Bookings. |
id | GUID | Product ID. |
name | string | Product name. |
price | number | Product price. |
currency | currency | Default site currency in ISO-4217 format. |
quantity | number | Product quantity. |
sku | string | Product stock keeping unit. |
type | string | Product type. Possible values are physical and digital. |
brand | string | Product brand. |
_internalEventId | GUID | Event ID. |
userId | GUID | Wix user ID. |