Skip to main content
The Offer domain emits events as offers change. Subscribe to them to run side effects instead of polling, such as re-indexing search, syncing external systems, or kicking off follow-up workflows.
src/subscribers/offer-created.ts

Offer events

createOffersWorkflow and updateOffersWorkflow emit one event per affected offer. batchOfferInventoryItemsWorkflow emits offer.updated with a single { id } payload for the batched offer.