Skip to main content

DemandSummary

Demand totals broken down by SKU, plus a grand total.

type DemandSummary {
byChannel: [DemandChannelSummary!]!
bySku: [DemandSkuSummary!]!
previousTotal: DemandTotals
total: DemandTotals!
}

Fields

DemandSummary.byChannel ● [DemandChannelSummary!]! non-null object common

Totals for each sales channel in the filtered set.

DemandSummary.bySku ● [DemandSkuSummary!]! non-null object common

Totals for each SKU in the filtered set.

DemandSummary.previousTotal ● DemandTotals object common

Grand total for the immediately preceding period of equal length; null unless the filter includes both from and to.

DemandSummary.total ● DemandTotals! non-null object common

Grand total across all SKUs in the filtered set.

Returned By

echoDemandSummary query