This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.
Triggered when an item is removed from a category.
Unique event ID. Allows clients to ignore duplicate webhooks.
Fully qualified domain name of the entity associated with the event. Expected wix.categories.v1.category
.
Event name. Expected item_removed_from_category
.
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.categories.v1.category_item_removed_from_category",
"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": "d53cc84c-6ac6-42eb-af2b-118a4b004a67",
"entityFqdn": "wix.categories.v1.category",
"slug": "item_removed_from_category",
"entityId": "273287a2-24f1-4c5d-8463-d7282f65a63f",
"actionEvent": {
"bodyAsJson": {
"categoryId": "273287a2-24f1-4c5d-8463-d7282f65a63f",
"removedItem": {
"catalogItemId": "d7987eb0-7ff7-4edf-a27d-0f429373f49e",
"appId": "215238eb-22a5-4c36-9e7b-e7c08025e04e"
},
"treeReference": {
"appNamespace": "@wix/stores"
}
}
},
"eventTime": "2024-06-27T12:44:45.410657438Z",
"triggeredByAnonymizeRequest": false
}