event
Shipment Created
Published by the carrier when a shipment has been created and dispatched.
EventBroker:Kafka
Overview
ShipmentCreated is published by the carrier’s Tracking APITracking APIServicev1.0.0The carrier's API for reporting delivery progress. It notifies Acme Inc when a shipment is created, delivered, or fails....Publishesshipment-created, shipment-delivered +1Ownerfulfilment-platformMapRepoView docs when a shipment has been created and dispatched. Acme Inc consumes it to give the customer a tracking number and expected delivery date.
Architecture diagram
Event-driven architecture documentation: Acme Inc
JSON Schema
6 properties
Published when a shipment has been created and dispatched
shipmentIdstring<uuid>
requiredorderIdstring<uuid>
requiredtrackingNumberstring
requiredcarrierstring
estimatedDeliverystring<date>
createdAtstring<date-time>
required