Add to Cart

Triggered when user clicks on the ‘Add to cart’ button.

Properties:

NameTypeDescription
categorytextCollection name
origintextWix App name, i.e stores, bookings
idtextProduct ID
nametextProduct name
varianttextSelected choice from 1st product option
pricecurrencyProduct price
currencycurrencyCurrency in ISO-4217 format
quantitynumberQuantity of product added to cart
skutextProduct SKU
typetextProduct type: physical or digital
isPremiumbooleanWhether the Wix site is Premium
userIdtextUser ID
metasiteIdtextWix site ID

Example:

Copy
1
{
2
"category": "All Products",
3
"origin": "Stores",
4
"id": "cd59cd36-b6d2-2cf3-9d48-81793a7bdbbd",
5
"name": "Reading glasses",
6
"price": 20,
7
"currency": "USD",
8
"quantity": 1,
9
"sku": "364215375135191",
10
"type": "physical",
11
"isPremium": true,
12
"userId": "affea1e3-8652-4b59-a3a0-e8f88fdab661",
13
"metaSiteId": "58617836-3714-4dac-860a-dd524531c13e"
14
}
Was this helpful?
Yes
No