Skip to content

Instantly share code, notes, and snippets.

@zeluizr
Last active July 7, 2023 17:35
Show Gist options
  • Save zeluizr/43dd4404f3ed6a36aa6cbac3b910a459 to your computer and use it in GitHub Desktop.
Save zeluizr/43dd4404f3ed6a36aa6cbac3b910a459 to your computer and use it in GitHub Desktop.
Payloads / Pixel APP WhataCart
{
"currency": "CLP",
"eventName": "vtex:cartChanged",
"event": "cartChanged",
"items": [
{
"skuId": "25",
"variant": "Gulab Powder 50 Gram",
"price": 7900,
"priceIsInt": true,
"name": "Gulab Powder 50 Gram",
"quantity": 2,
"productId": "25",
"productRefId": "436438",
"brand": "Dry Rose",
"category": "Groceries",
"detailUrl": "/gulab-powder-50-gram/p",
"imageUrl": "https://tiendatest3.vteximg.com.br/arquivos/ids/158319-288-auto",
"referenceId": "436438"
}
]
}
{
"currency": "CLP",
"eventName": "vtex:cartId",
"event": "cartId",
"cartId": "5a1586a64fed4511b62536345669605d"
}
{
"currency": "CLP",
"eventName": "vtex:userData",
"event": "userData",
"firstName": "Jose Luiz",
"lastName": "Rodrigues",
"document": "22222222",
"id": "50b9d30b-3fed-4555-91ab-562a66301750",
"email": "[email protected]",
"phone": "+22222222222",
"isAuthenticated": true
}
{
"currency": "CLP",
"eventName": "vtex:userData",
"event": "userData",
"isAuthenticated": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment