DemandSeriesPoint
Aggregated demand for a single time bucket.
type DemandSeriesPoint {
orderCount: Int!
period: ISO8601DateTime!
quantityOrdered: Int!
revenue: MonetaryValue!
}
Fields
DemandSeriesPoint.orderCount ● Int! non-null scalar common
Total number of distinct orders in the bucket.
DemandSeriesPoint.period ● ISO8601DateTime! non-null scalar common
Start of the bucket (UTC).
DemandSeriesPoint.quantityOrdered ● Int! non-null scalar common
Total units ordered in the bucket.
DemandSeriesPoint.revenue ● MonetaryValue! non-null object common
Total demand value in the bucket as a Money object.
Member Of
DemandSeries object