Currently the webhook system for Catalogs handles only one type of event:
sync-catalogs
Event sync-catalogs
sync-catalogs
Sent to know that a Catalog has been modified.
APP SCOPE
Channel | Pos | Riders | Loyalty |
---|---|---|---|
✔️ | ✖️ | ✖️ | ✖️ |
WEBHOOK FORMAT
{
"eventType": "sync-catalogs",
"storeId": "string",
"data": {}
}
FIELDS SPECIFICATION
Field | Description |
---|---|
eventType | The type of event |
storeId | The storeId where the event occurred |
data | Empty object |