Click Product

Triggered when the user clicks on a product from any of the galleries.

Properties:

NameTypeDescription
idtextProduct ID
origintextWix App name, i.e Stores, Bookings
nametextProduct name
listtextName of relevant product gallery
categorytextCollection name
positionnumberProduct position in the gallery
pricecurrencyProduct price
currencycurrencyDefault site currency in ISO-4217 format
skutextProduct SKU
typetextProduct type: physical or digital
isPremiumbooleanWhether the Wix site is Premium
userIdtextUser ID
metaSiteIdtextWix site ID

Example:

Copy
1
{
2
"id": "df19c1f7-07d8-a265-42f8-e8dfa824cc6e",
3
"origin": "Stores",
4
"name": "Shoes",
5
"list": "Grid Gallery",
6
"category": "All Products",
7
"position": 1,
8
"price": 85,
9
"currency": "USD",
10
"type": "physical",
11
"sku": "364215376135191",
12
"isPremium": true,
13
"userId": "affea1e3-8652-4b59-a3a0-e8f88fdab661",
14
"metaSiteId": "58617836-3714-4dac-860a-dd524531c13e"
15
}
Was this helpful?
Yes
No