ShipmentChannelSummary
Aggregated shipped orders for a single sales channel.
type ShipmentChannelSummary {
salesChannelHandle: String!
totals: ShipmentTotals!
}
Fields
ShipmentChannelSummary.salesChannelHandle ● String! non-null scalar common
The sales channel handle.
ShipmentChannelSummary.totals ● ShipmentTotals! non-null object common
Totals for this sales channel in the filtered set.
Member Of
ShipmentSummary object