CoverageSummary
Ordered vs shipped totals broken down by SKU and sales channel, plus a grand total.
type CoverageSummary {
byChannel: [CoverageChannelSummary!]!
bySku: [CoverageSkuSummary!]!
previousTotal: CoverageTotals
total: CoverageTotals!
}
Fields
CoverageSummary.byChannel ● [CoverageChannelSummary!]! non-null object common
Coverage for each sales channel in the filtered set.
CoverageSummary.bySku ● [CoverageSkuSummary!]! non-null object common
Coverage for each SKU in the filtered set.
CoverageSummary.previousTotal ● CoverageTotals object common
Grand total for the immediately preceding period of equal length; null unless the filter includes both from and to.
CoverageSummary.total ● CoverageTotals! non-null object common
Grand total across all SKUs in the filtered set.
Returned By
echoCoverageSummary query