Last active
July 7, 2023 17:35
-
-
Save zeluizr/43dd4404f3ed6a36aa6cbac3b910a459 to your computer and use it in GitHub Desktop.
Payloads / Pixel APP WhataCart
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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" | |
} | |
] | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"currency": "CLP", | |
"eventName": "vtex:cartId", | |
"event": "cartId", | |
"cartId": "5a1586a64fed4511b62536345669605d" | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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 | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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