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 customization is created.
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.customization
.
Event name. Expected created
.
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.customization_created",
"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": "d48839ac-e6be-4b0f-bc1d-355b29284cd3",
"entityFqdn": "wix.stores.catalog.v3.customization",
"slug": "created",
"entityId": "2bfbbb0f-3323-4313-8b84-0df9df094ba0",
"createdEvent": {
"entityAsJson": {
"id": "2bfbbb0f-3323-4313-8b84-0df9df094ba0",
"revision": "1",
"createdDate": "2024-06-26T14:06:45.672Z",
"updatedDate": "2024-06-26T14:06:45.672Z",
"key": "Sizes",
"name": "Sizes",
"customizationType": "PRODUCT_OPTION",
"customizationRenderType": "TEXT_CHOICES",
"choicesSettings": {
"choices": [
{
"id": "ab875db7-c25b-4d40-a41f-03a8edbeca1c",
"choiceType": "CHOICE_TEXT",
"key": "XL",
"name": "XL",
"assignedProductsCount": 0
},
{
"id": "c0039c9d-918e-4e2e-b647-a3f6977728f9",
"choiceType": "CHOICE_TEXT",
"key": "L",
"name": "L",
"assignedProductsCount": 0
}
]
}
}
},
"eventTime": "2024-06-26T14:06:45.679626045Z",
"triggeredByAnonymizeRequest": false,
"entityEventSequence": "1"
}