Skip to main content
The Order Group domain emits an event when a group is created during checkout. Subscribe to it to run side effects such as sending an order confirmation, syncing external systems, or kicking off follow-up workflows, instead of polling.
src/subscribers/order-group-created.ts

Order group events

The same checkout split also emits order.placed for each child order created. Subscribe to order.placed when you need to react per seller order, and to order_group.created when you need the purchase as a whole.