event
Order Cancelled
Published when an order has been cancelled.
EventBroker:Kafka
Overview
OrderCancelled is published by the Order ServiceOrder ServiceServicev1.0.0The system of record for orders. Creates and cancels orders, serves order lookups, and publishes events as orders move t...Publishesorder-created, order-completed +1Subscribescreate-order, cancel-order +1APIsAsyncAPIOwnerordering-platformMapRepoView docs when an order is cancelled — whether at the customer’s request or because a downstream step (payment, inventory) failed. Downstream systems consume it to release inventory, refund or void payment, and stop fulfilment.
Architecture diagram
Event-driven architecture documentation: Acme Inc
JSON Schema
4 properties
Published when an order has been cancelled
orderIdstring<uuid>
requiredcustomerIdstring<uuid>
reasonstring
requiredAllowed values:
CUSTOMER_REQUESTED PAYMENT_FAILED OUT_OF_STOCK FRAUDcancelledAtstring<date-time>
required