This documentation page includes the list of all events emitted by Medusa's workflows.
Event | Description |
---|---|
Emitted when a cart is created. | |
Emitted when a cart's details are updated. | |
Emitted when the cart's region is updated. This
event is emitted alongside the | |
cart.customer_transferred v2.8.0 | Emitted when the customer in the cart is transferred. |
Emitted when a cart is created.
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.
Emitted when a cart's details are updated.
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.
Emitted when the cart's region is updated. This
event is emitted alongside the cart.updated
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.
Emitted when the customer in the cart is transferred.
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.
Event | Description |
---|---|
Emitted when a customer is created. | |
Emitted when a customer is updated. | |
Emitted when a customer is deleted. |
Emitted when a customer is created.
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.
Emitted when a customer is updated.
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.
Emitted when a customer is deleted.
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.
Event | Description |
---|---|
Emitted when the details of an order or draft order is updated. This doesn't include updates made by an edit. | |
Emitted when an order is placed, or when a draft order is converted to an order. | |
Emitted when an order is canceld. | |
Emitted when orders are completed. | |
Emitted when an order is archived. | |
Emitted when a fulfillment is created for an order. | |
Emitted when an order's fulfillment is canceled. | |
Emitted when a return request is confirmed. | |
Emitted when a return is marked as received. | |
Emitted when a claim is created for an order. | |
Emitted when an exchange is created for an order. | |
Emitted when an order is requested to be transferred to another customer. |
Emitted when the details of an order or draft order is updated. This doesn't include updates made by an edit.
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.
Emitted when an order is placed, or when a draft order is converted to an order.
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.
Emitted when an order is canceld.
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.
Emitted when orders are completed.
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.
Emitted when an order is archived.
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.
Emitted when a fulfillment is created for an order.
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.
Emitted when an order's fulfillment is canceled.
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.
Emitted when a return request is confirmed.
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.
Emitted when a return is marked as received.
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.
Emitted when a claim is created for an order.
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.
Emitted when an exchange is created for an order.
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.
Emitted when an order is requested to be transferred to another customer.
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.
Event | Description |
---|---|
order-edit.requested v2.8.0 | Emitted when an order edit is requested. |
order-edit.confirmed v2.8.0 | Emitted when an order edit request is confirmed. |
order-edit.canceled v2.8.0 | Emitted when an order edit request is canceled. |
Emitted when an order edit is requested.
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.
Emitted when an order edit request is confirmed.
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.
Emitted when an order edit request is canceled.
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.
Event | Description |
---|---|
Emitted when users are created. | |
Emitted when users are updated. | |
Emitted when users are deleted. |
Emitted when users are created.
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.
Emitted when users are updated.
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.
Emitted when users are deleted.
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.
Event | Description |
---|---|
Emitted when an invite is accepted. | |
Emitted when invites are created. You can listen to this event to send an email to the invited users, for example. | |
Emitted when invites are deleted. | |
Emitted when invites should be resent because their token was refreshed. You can listen to this event to send an email to the invited users, for example. |
Emitted when an invite is accepted.
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.
Emitted when invites are created. You can listen to this event to send an email to the invited users, for example.
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.
Emitted when invites are deleted.
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.
Emitted when invites should be resent because their token was refreshed. You can listen to this event to send an email to the invited users, for example.
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.
Event | Description |
---|---|
Emitted when a reset password token is generated. You can listen to this event to send a reset password email to the user or customer, for example. |
Emitted when a reset password token is generated. You can listen to this event to send a reset password email to the user or customer, for example.
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.
Event | Description |
---|---|
Emitted when sales channels are created. | |
Emitted when sales channels are updated. | |
Emitted when sales channels are deleted. |
Emitted when sales channels are created.
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.
Emitted when sales channels are updated.
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.
Emitted when sales channels are deleted.
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.
Event | Description |
---|---|
Emitted when product categories are created. | |
Emitted when product categories are updated. | |
Emitted when product categories are deleted. |
Emitted when product categories are created.
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.
Emitted when product categories are updated.
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.
Emitted when product categories are deleted.
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.
Event | Description |
---|---|
Emitted when product collections are created. | |
Emitted when product collections are updated. | |
Emitted when product collections are deleted. |
Emitted when product collections are created.
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.
Emitted when product collections are updated.
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.
Emitted when product collections are deleted.
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.
Event | Description |
---|---|
Emitted when product variants are updated. | |
Emitted when product variants are created. | |
Emitted when product variants are deleted. |
Emitted when product variants are updated.
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.
Emitted when product variants are created.
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.
Emitted when product variants are deleted.
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.
Event | Description |
---|---|
Emitted when products are updated. | |
Emitted when products are created. | |
Emitted when products are deleted. |
Emitted when products are updated.
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.
Emitted when products are created.
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.
Emitted when products are deleted.
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.
Event | Description |
---|---|
Emitted when product types are updated. | |
Emitted when product types are created. | |
Emitted when product types are deleted. |
Emitted when product types are updated.
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.
Emitted when product types are created.
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.
Emitted when product types are deleted.
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.
Event | Description |
---|---|
Emitted when product tags are updated. | |
Emitted when product tags are created. | |
Emitted when product tags are deleted. |
Emitted when product tags are updated.
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.
Emitted when product tags are created.
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.
Emitted when product tags are deleted.
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.
Event | Description |
---|---|
Emitted when product options are updated. | |
Emitted when product options are created. | |
Emitted when product options are deleted. |
Emitted when product options are updated.
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.
Emitted when product options are created.
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.
Emitted when product options are deleted.
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.
Event | Description |
---|---|
Emitted when regions are updated. | |
Emitted when regions are created. | |
Emitted when regions are deleted. |
Emitted when regions are updated.
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.
Emitted when regions are created.
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.
Emitted when regions are deleted.
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.
Event | Description |
---|---|
Emitted when a shipment is created for an order. | |
Emitted when a fulfillment is marked as delivered. |
Emitted when a shipment is created for an order.
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.
Emitted when a fulfillment is marked as delivered.
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.
Event | Description |
---|---|
Emitted when a payment is captured. | |
Emitted when a payment is refunded. |
Emitted when a payment is captured.
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.
Emitted when a payment is refunded.
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.