OrderGroup records directly, without going through a workflow. Use it inside
custom services, subscribers, or scheduled jobs.
There is no
ORDER_GROUP module key. The OrderGroup model is registered on
the Seller module, so its service methods live on MercurModules.SELLER.Generated methods
TheOrderGroup model gets the standard set of auto-generated methods:
The list, count, and retrieve methods run through the module’s order-group
repository, which aggregates each group’s child orders to fill in the computed
seller_count and total. Supported filters include id, customer_id,
seller_id, status, sales_channel_id, created_at, updated_at, and q.