ShipmentFilterInput
Optional filters for shipped orders queries, scoped to the current company.
input ShipmentFilterInput {
from: ISO8601Date
salesChannelHandle: String
skus: [String!]
source: [SourceEnum!]
to: ISO8601Date
}
Fields
ShipmentFilterInput.from ● ISO8601Date scalar common
Earliest shipment date to include.
ShipmentFilterInput.salesChannelHandle ● String scalar common
Restrict to a sales channel handle.
ShipmentFilterInput.skus ● [String!] list scalar common
Restrict to these SKUs.
ShipmentFilterInput.source ● [SourceEnum!] list enum common
Restrict to these sources.
ShipmentFilterInput.to ● ISO8601Date scalar common
Latest shipment date to include.
Member Of
echoShipmentRecords query ● echoShipmentSeries query ● echoShipmentSummary query ● RequestHistoricalShipmentsExportInput input