aggregate_order
Group orders by any property to count records and optionally sum total amounts. Runs aggregation at query time, no precomputation.
Instructions
Group Order objects by a property, counting each group and optionally summing a numeric property. Query-time aggregation — nothing is precomputed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sum | No | ||
| filter | No | ||
| group_by | Yes |