Orders
Aggregated orders metrics for the dashboard, including revenue windows, daily series, shipment counts, backlog, and attention orders.
type Orders {
attentionOrders: AttentionOrders!
backlogByAge: JSON!
dailySeries: [DailySeriesEntry!]!
metrics: Metrics!
shippedYesterday: JSON!
toShipToday: JSON!
}
Fields
Orders.attentionOrders ● AttentionOrders! non-null object dashboard
Orders with unresolved alerts requiring action.
Orders.backlogByAge ● JSON! non-null scalar common
Unfulfilled order counts bucketed by age: today, 1–3 days, 4–7 days, 8+ days.
Orders.dailySeries ● [DailySeriesEntry!]! non-null object dashboard
Day-by-day revenue and order count for the last 30 days.
Orders.metrics ● Metrics! non-null object dashboard
Revenue and order-count metrics across four rolling time windows.
Orders.shippedYesterday ● JSON! non-null scalar common
Count of orders shipped yesterday and the day prior, with trend.
Orders.toShipToday ● JSON! non-null scalar common
Count of orders pending shipment today, with scheduled total and trend.
Member Of
DashboardSummary object