Customize Product

Triggered when a user changes something on the product page, such as choosing the product size or color.

Customize Product: Event Properties

NameTypeDescription
originstringWix App that emitted this event, such as "Stores" or "Bookings."
idGUIDProduct ID.
namestringProduct name.
pricenumberProduct price.
currencycurrencyDefault site currency in ISO-4217 format.
quantitynumberproduct quantity.
skustringProduct Stock Keeping Unit (SKU).
typestringProduct type. Possible values are physical and digital.
brandstringProduct brand.
variantIdGUIDOptional. Product variant ID. Learn more about product options and variants.
optionsSelectionsIdsarray of numbersOptional. 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.
customTextFieldsarray of stringsOptional. Values of custom text fields, such as Gift Message, listed in the order they appear on the page. Learn more about custom text fields.
visitorIdGUIDSite visitor ID.
_internalEventIdGUIDEvent ID.
isPremiumbooleanWhether the Wix site is a Premium site.
userIdGUIDWix user ID.
metaSiteIdGUIDWix site ID.

Example

Copy
Was this helpful?
Yes
No