OrderMetrics
Order metrics including time series and status breakdown
type OrderMetrics {
timeSeries: [TimeSeriesDataPoint!]!
total: Int!
statusBreakdown: [PieChartSegment!]!
bySeller: [PieChartSegment!]
}
Fields
OrderMetrics.timeSeries ● [TimeSeriesDataPoint!]! non-null object
Order counts over time, grouped by the specified granularity
OrderMetrics.total ● Int! non-null scalar
Total number of orders in the date range
OrderMetrics.statusBreakdown ● [PieChartSegment!]! non-null object
Orders broken down by status for pie chart
OrderMetrics.bySeller ● [PieChartSegment!] list object
Orders broken down by seller (MPO only)
Returned By
orderMetrics query