CoverageChannelSummary
Ordered vs shipped totals for a single sales channel.
type CoverageChannelSummary {
salesChannelHandle: String!
totals: CoverageTotals!
}
Fields
CoverageChannelSummary.salesChannelHandle ● String! non-null scalar common
The sales channel handle.
CoverageChannelSummary.totals ● CoverageTotals! non-null object common
Coverage for this sales channel in the filtered set.
Member Of
CoverageSummary object