CatalogsCopy PageCurrently the webhook system for Catalogs handles two types of events: sync-catalogs pos-catalog Event sync-catalogs Sent to know that a Catalog has been modified. APP SCOPE ChannelPosRidersLoyalty✔️✖️✖️✖️ WEBHOOK FORMAT JSON{ "eventType": "sync-catalogs", "storeId": "string", "data": {} } FIELDS SPECIFICATION FieldDescriptioneventTypeThe type of eventstoreIdThe storeId where the event occurreddataEmpty object Event pos-catalog Sent to know that the "Pos Catalog" associated with the indicated storeId is needed to update the products. APP SCOPE ChannelPosRiderLoyalty✖️✔️✖️✖️ WEBHOOK FORMAT JSON{ "eventType": "pos-catalog", "storeId": "string", "data": { "posConfig": { "prop1": "value1", "prop2": "value2", ... } } } FIELDS SPECIFICATION FieldDescriptioneventTypeThe type of eventstoreIdThe storeId where the event occurreddata.posConfigStore configuration parameters for connection to posUpdated almost 3 years ago Did this page help you?YesNo