Skip to main content

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

NameTypeDescription
totalFloatTotal revenue amount for the filtered orders.
countIntTotal number of orders matching the filters.