Skip to main content
The Catalog domain emits events as products are created and reviewed. Subscribe to them to run side effects instead of polling, such as sending notifications, syncing external systems, or reindexing search.
src/subscribers/product-published.ts

Product events

These are the marketplace lifecycle events emitted by Mercur’s product workflows. Medusa’s Product module also emits its own native events (e.g. product.updated, product-variant.created) for lower-level changes. See the Medusa events reference.