Introduction
The "Events" module allows you to create and edit events, through which you can interact with the users of your system. In this module, you select an event that the system will respond to and send notifications to the users of your system. For example, you have statuses for catalog items "In stock" and "Out of stock," and you want to send users a notification about the status change from "Out of stock" to "In stock"
getAllSubscriptions
Returns all subscriptions to products 🔐 This method requires authorization.
subscribeByMarker
Subscribe to an event on a product 🔐 This method requires authorization.
unsubscribeByMarker
Unsubscribe from events on a product 🔐 This method requires authorization.