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 that emitted this event, 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. |
visitorId | GUID | Site visitor ID. |
_internalEventId | GUID | Event ID. |
isPremium | boolean | Whether the Wix site is a Premium site. |
userId | GUID | Wix user ID. |
metaSiteId | GUID | Wix site ID. |