🔗 FMS — Integration Patterns¶
Outbound Integrations¶
Integrations where FMS is the initiating party.
| Target | Style | Trigger | Description |
|---|---|---|---|
| WMS | 📨 Event-Driven | fulfillment-order-created |
When a Fulfillment Order is routed to a warehouse node, the FMS instructs the WMS to generate a picking order. Can be sy |
| Carrier Platform | 🔄 Synchronous API | fulfillment-order-dispatched |
At dispatch, the FMS calls the Carrier Platform to generate a shipping label and obtain a tracking number. Carrier updat |
Inbound Integrations¶
Integrations where FMS is the receiving party.
| Source | Style | Trigger | Description |
|---|---|---|---|
| OMS | 📨 Event-Driven | order-confirmed |
On order confirmation, the OMS publishes an order-confirmed event that the FMS consumes to create a Fulfillment Order. D |
| Carrier Platform | 🔔 Webhook | carrier-status-update |
The Carrier Platform pushes delivery status updates (in-transit, out-for-delivery, delivered, exception) to the FMS via |