event

Customer Updated

Published when an existing customer's profile has changed.

EventBroker:Kafka

Overview

CustomerUpdated is published by the Customer APICustomer APIServicev1.0.0The public-facing API for customer profiles. Handles commands to register and update customers, serves customer reads, a...Publishescustomer-registered, customer-updatedSubscribesregister-customer, update-customer +1APIsOpenAPIOwnercustomer-platformMapRepoView docs whenever an existing customer’s profile changes. Downstream systems consume this event to keep their copy of customer data in sync.

Architecture diagram

Event-driven architecture documentation: Acme Inc

JSON Schema

7 properties

Emitted when an existing customer's profile changes

eventIdstring<uuid>
required

Unique identifier for this event

occurredAtstring<date-time>
required

Time the customer was updated

customerIdstring<uuid>
required

Unique identifier for the customer that changed

changesobject
required

The fields that changed and their new values