service
Shipping API

Shipping API

The carrier's API for creating shipments. Acme Inc's Shipping System calls it to dispatch packed orders.

Service

Overview

The Shipping API is the carrier’s external interface for creating shipments. The Shipping SystemShipping SystemSystemv1.0.0Internal system that hands packed orders to carriers. It reacts to ready-for-shipping orders and creates shipments with ...Ownerfulfilment-platformMapView docs sends Create ShipmentCreate ShipmentCommandv1.0.0Command to create a shipment with a carrier for a packed order. Ownerfulfilment-platformSchemaMapView docs, and the carrier dispatches the parcel and begins reporting progress through its 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.

Receives 1 message

Shipment creation requests

Architecture diagram

Messages for this service

Sends messages (0)

Quickly find the message you need by searching for the name, type, or summary.
NameVersionTypeSummary
No messages found

Receives messages (1)

Quickly find the message you need by searching for the name, type, or summary.
NameVersionTypeSummary
Create Shipment
v1.0.0commandCommand to create a shipment with a carrier for a packed order.
Event-driven architecture documentation: Acme Inc