This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.
Triggered when a brand is updated.
Unique event ID. Allows clients to ignore duplicate webhooks.
Fully qualified domain name of the entity associated with the event. Expected wix.stores.catalog.v3.brand
.
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.stores.catalog.v3.brand_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": "3f677268-8f65-43b6-b5e8-60e368cca6ac",
"entityFqdn": "wix.stores.catalog.v3.brand",
"slug": "updated",
"entityId": "79d35490-e037-4d91-8aae-cad238fb6872",
"updatedEvent": {
"currentEntityAsJson": {
"id": "79d35490-e037-4d91-8aae-cad238fb6872",
"revision": "3",
"createdDate": "2025-02-27T08:15:47.933Z",
"updatedDate": "2025-03-05T11:15:01.919Z",
"name": "Under Armour New"
},
"modifiedFields": {
"revision": "2",
"updatedDate": "2025-03-05T08:56:56.825Z",
"name": "Under Armour"
}
},
"eventTime": "2025-03-05T11:15:01.965971319Z",
"triggeredByAnonymizeRequest": false,
"entityEventSequence": "3"
}