Triggered when a user changes something on the product page, such as choosing the product size or color.
| 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 (SKU). |
type | string | Product type. Possible values are physical and digital. |
brand | string | Product brand. |
variantId | GUID | Optional. Product variant ID. Learn more about product options and variants. |
optionsSelectionsIds | array of numbers | Optional. User selections of product options such as size or color, listed in the order they appear on the site dashboard. For example, the array [2,0,2] indicates choice 3 for the first option, choice 1 for the second option, and choice 3 for the third. Learn more about product options and variants. |
customTextFields | array of strings | Optional. Values of custom text fields such as Gift Message, listed in the order they appear on the page. Learn more about custom text fields. |
_internalEventId | GUID | Event ID. |
userId | GUID | Wix user ID. |