March 6th, 2026

New

New External Events Added

24 new order operation lifecycle events β€” each operation now emits Created, Updated, and Deleted events:

Operation

Events

Cancellation

Created, Updated, Deleted

Compensation

Created, Updated, Deleted

Delivery

Created, Updated, Deleted

Refund

Created, Updated, Deleted

Release

Created, Updated, Deleted

Addresses Modification

Created, Updated, Deleted

Order Lines Modification

Created, Updated, Deleted

Shipping Fees Modification

Created, Updated, Deleted

These events enable integrators to build automated order operation workflows. For example, when a cancellation is created, an integrator can listen for the CancellationCreated event, verify that the order is eligible for cancellation (e.g. not already in transit), and then automatically proceed with start cancellation, including triggering payment refund processing, without any manual intervention.

Order Management operations in Brink are first created and then started