Fulfillment Module Events Reference
This reference shows all the events emitted by the Medusa application related to the Fulfillment Module. If you use the module outside the Medusa application, these events aren't emitted.
Summary#
Event | Description |
---|---|
Emitted when a shipment is created for an order. | |
Emitted when a fulfillment is marked as delivered. |
shipment.created#
Emitted when a shipment is created for an order.
Payload#
Workflows Emitting this Event#
The following workflows emit this event when they're executed. These workflows are executed by Medusa's API routes. You can also view the events emitted by API routes in the Store and Admin API references.
delivery.created#
Emitted when a fulfillment is marked as delivered.
Payload#
Workflows Emitting this Event#
The following workflows emit this event when they're executed. These workflows are executed by Medusa's API routes. You can also view the events emitted by API routes in the Store and Admin API references.