- Get Started
- Product
- Build
- User Guide
- Cloud
- Get Started
- Product
- Build
- Tools
- Reference
- User Guide
- Cloud
This reference shows all the events emitted by the Medusa application related to the Cart Module. If you use the module outside the Medusa application, these events aren't emitted.
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.