CoverageFilterInput
Optional filters for coverage queries, scoped to the current company.
input CoverageFilterInput {
from: ISO8601Date
salesChannelHandle: String
skus: [String!]
source: [SourceEnum!]
to: ISO8601Date
}
Fields
CoverageFilterInput.from ● ISO8601Date scalar common
Earliest date to include, applied to order date on the demand side and to ship date on the shipment side.
CoverageFilterInput.salesChannelHandle ● String scalar common
Restrict to a sales channel handle.
CoverageFilterInput.skus ● [String!] list scalar common
Restrict to these SKUs.
CoverageFilterInput.source ● [SourceEnum!] list enum common
Restrict to these sources.
CoverageFilterInput.to ● ISO8601Date scalar common
Latest date to include, applied to order date on the demand side and to ship date on the shipment side.
Member Of
echoCoverageSeries query ● echoCoverageSummary query