DemandChannelSummary
Aggregated demand for a single sales channel.
type DemandChannelSummary {
salesChannelHandle: String!
totals: DemandTotals!
}
Fields
DemandChannelSummary.salesChannelHandle ● String! non-null scalar common
The sales channel handle.
DemandChannelSummary.totals ● DemandTotals! non-null object common
Totals for this sales channel in the filtered set.
Member Of
DemandSummary object