Skip to main content
The Order Group domain is owned by the Seller module. There is no separate order-group module. This reference lists its data model and fields. For the full module overview, see the Order Group overview.

OrderGroup

Table order_group, id prefix og. The aggregate over the per-seller orders created from a single cart. Relations: orders (one-to-many through the order_group_order link table), cart (read-only, via cart_id).
seller_count and total are marked computed(). They hold no value on the row and are aggregated from the group’s child orders each time it’s read. See Computed totals.
The cart_id link is read-only. The cart is frozen (completed_at is set) the moment the split runs, so it’s a historical reference and can’t be written through the group.