event

Order Completed

Published when an order has been fulfilled and completed.

EventBroker:Kafka

Overview

OrderCompleted 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 has been fully fulfilled. It marks the end of the happy path for an order. Downstream systems consume it to close out fulfilment, capture payment, and update reporting.

Architecture diagram

Event-driven architecture documentation: Acme Inc

JSON Schema

3 properties

Published when an order has been fulfilled and completed

orderIdstring<uuid>
required
customerIdstring<uuid>
required
completedAtstring<date-time>
required