Cart Module Events Reference

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 NameDescriptionPayload

cart.created

Emitted when a cart is created.

{
  id, // The ID of the cart
}

cart.updated

Emitted when a cart is updated. This includes updates to its items, shipping methods, or information.

{
  id, // The ID of the cart
}

cart.region_updated

Emitted when the region of a cart is updated.

{
  id, // The ID of the cart
}
Was this page helpful?
Edited Dec 23·Edit this page
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