Overview of Events When Working with Price Rounding Rules

Events allow applications to instantly respond to changes. Applications receive notifications about the creation, update, or deletion of price rounding rules.

Detailed information on working with events is described in the article Concept and Benefits of Event Processing.

Quick navigation: all events

How to Receive Events

You can subscribe to rounding rule events through the application and the event.bind method.

An example of a handler for the event is described in the article How to Test Your Handler for Processing Bitrix24 Events.

Server Availability for Sending and Receiving Events

The event handler server must be accessible from the outside. To configure the accessibility of the event handler server and application, refer to the article Required network access.

For cloud Bitrix24, no additional configuration is required. For on-premise Bitrix24, configure accessibility on the server or hosting according to the article Required network access.

Overview of Events

Scope: catalog

Who can subscribe: any user

Event

Triggered

CATALOG.ROUNDING.ON.ADD

When a rounding rule is added manually or via the catalog.roundingRule.add method

CATALOG.ROUNDING.ON.UPDATE

When a rounding rule is updated manually or via the catalog.roundingRule.update method

CATALOG.ROUNDING.ON.DELETE

When a rounding rule is deleted manually or via the catalog.roundingRule.delete method