This reference shows all the events emitted by the Medusa application related to the Order Module. If you use the module outside the Medusa application, these events aren't emitted.
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.