OrdersStatistics Object
Description
Statistics for filtered orders, including total revenue and order count. Used for displaying aggregate order metrics.
Declaration
type OrdersStatistics {
total: Float
count: Int
}
Fields
| Name | Type | Description |
|---|---|---|
total | Float | Total revenue amount for the filtered orders. |
count | Int | Total number of orders matching the filters. |