Triggered when a collection is deleted.
ID of the collection that was deleted.
Information about the version of the catalog from where this event was triggered.
The data payload will include the following as an encoded JWT:
{
"data": {
"eventType": "com.wix.ecommerce.catalog.api.v1.CollectionDeleted",
"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
}
}
}
{
"collectionId": "135101-thisIs-135101-someId"
}