Order cancelled (v0.0.1)
Indicates an order has been canceled
Overview
The OrderCancelled event is triggered whenever an existing order is cancelled. This event ensures that all relevant services are notified of the cancellation, allowing them to take appropriate actions such as updating inventory levels, refunding payments, and notifying the user. The event helps maintain consistency across the system by ensuring all dependent services are aware of the order cancellation.
Example payload
Schema
JSON schema for the event.
Event-driven architecture documentation: hungovercoders