Unique event ID. Allows clients to ignore duplicate webhooks.
Fully qualified domain name of the entity associated with the event. Expected wix.ecom.v1.checkout_template
.
Event name. Expected updated
.
ID of the entity associated with the event.
Event timestamp.
Whether the event was triggered as a result of a privacy regulation application (for example, GDPR).
If present, indicates the action that triggered the event.
Event information.
The data payload will include the following as an encoded JWT:
{
"data": {
"eventType": "wix.ecom.v1.checkout_template_updated",
"instanceId": "<app-instance-id>",
"data": "<stringified-JSON>",
// The identity field is sent as a stringified JSON
"identity": {
"identityType": "<identityType>", // ANONYMOUS_VISITOR, MEMBER, WIX_USER, APP
"anonymousVisitorId": "<anonymousVisitorId>", // in case of ANONYMOUS_VISITOR
"memberId": "<memberId>", // in case of MEMBER
"wixUserId": "<wixUserId>", // in case of WIX_USER
"appId": "<appId>" // in case of APP
}
}
}
{
"id": "295e8d31-92e3-4868-9b2f-c6da5cb0abff",
"entityFqdn": "wix.ecom.v1.checkout_template",
"slug": "updated",
"entityId": "825315ef-1b62-40f7-ab62-97b751ebf285",
"updatedEvent": {
"currentEntity": {
"id": "825315ef-1b62-40f7-ab62-97b751ebf285",
"status": "ACTIVE",
"customization": {
"webClient": {
"disabledContinueShoppingButton": true
},
"lockedGiftCard": false,
"lockedCoupon": true
},
"lineItems": [
{
"quantity": 4,
"catalogReference": {
"catalogItemId": "8df1afe4-90d1-162d-2d42-b8308125c193",
"appId": "215238eb-22a5-4c36-9e7b-e7c08025e04e",
"options": {
"options": {
"Size": "Small"
},
"variantId": "00000000-0000-0000-0000-000000000000"
}
}
}
],
"couponCode": "SUMMER_FLASH_SALE"
}
},
"eventTime": "2023-09-11T09:32:02.365080Z",
"triggeredByAnonymizeRequest": false,
"entityEventSequence": "3"
}