Skip to main content

DemandTotals

Aggregated demand totals over a period.

type DemandTotals {
averageDailyQuantity: Float!
orderCount: Int!
quantityOrdered: Int!
revenue: MonetaryValue!
skuCount: Int!
}

Fields

DemandTotals.averageDailyQuantity ● Float! non-null scalar common

Average units ordered per day over the period.

DemandTotals.orderCount ● Int! non-null scalar common

Total number of distinct orders.

DemandTotals.quantityOrdered ● Int! non-null scalar common

Total units ordered.

DemandTotals.revenue ● MonetaryValue! non-null object common

Total demand value as a Money object.

DemandTotals.skuCount ● Int! non-null scalar common

Number of distinct SKUs in the set.

Member Of

DemandChannelSummary object ● DemandSkuSummary object ● DemandSummary object