Remove from Cart

Triggered when the user clicks to remove an item from the cart.

Properties:

NameTypeDescription
origintextWix App name, i.e Stores, Bookings
idtextProduct ID
nametextProduct name
categorytextCollection name
varianttextSelected choice from 1st product option
pricecurrencyProduct price
currencycurrencyCurrency in ISO-4217 format
quantitynumberQuantity of product removed from cart
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": "Soundbeam ERD - 3083",
5
"category": "All Products",
6
"currency": "ILS",
7
"price": 220,
8
"quantity": 2,
9
"sku": "00001",
10
"type": "physical",
11
"isPremium": true,
12
"userId": "79f246a8-46fd-4429-aac6-006d13cce9a6",
13
"metaSiteId": "e4d85293-d205-48d0-93d4-3ed7b91b9549"
14
}
Was this helpful?
Yes
No