Skip to main content
This reference lists the workflows, service methods, and events for the Order Group domain. Import workflows from @mercurjs/core/workflows and run them against the Medusa container.

Checkout workflow

Read workflows

The read workflows always expand the group’s child orders. Heavy relations (payment_collections, fulfillments) are only kept in the response when you request a matching field, and are used to derive each order’s payment_status and fulfillment_status.

Step

To work with records directly instead of through a workflow, see the Service reference. To run side effects when a group is created, see the Event reference.