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

shipment.created

Emitted when a shipment is created for an order.

delivery.created

Emitted when a fulfillment is marked as delivered.

shipment.created#

Emitted when a shipment is created for an order.

Payload#

Code
1{2  id, // the ID of the shipment3  no_notification, // (boolean) whether to notify the customer4}

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#

Code
1{2  id, // the ID of the fulfillment3}

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.

Was this page helpful?
Ask Anything
FAQ
What is Medusa?
How can I create a module?
How can I create a data model?
How do I create a workflow?
How can I extend a data model in the Product Module?
Recipes
How do I build a marketplace with Medusa?
How do I build digital products with Medusa?
How do I build subscription-based purchases with Medusa?
What other recipes are available in the Medusa documentation?
Chat is cleared on refresh
Line break