ShipmentSummary
Shipped orders totals broken down by SKU and channel, plus a grand total.
type ShipmentSummary {
byChannel: [ShipmentChannelSummary!]!
bySku: [ShipmentSkuSummary!]!
previousTotal: ShipmentTotals
total: ShipmentTotals!
}
Fields
ShipmentSummary.byChannel ● [ShipmentChannelSummary!]! non-null object common
Totals for each sales channel in the filtered set.
ShipmentSummary.bySku ● [ShipmentSkuSummary!]! non-null object common
Totals for each SKU in the filtered set.
ShipmentSummary.previousTotal ● ShipmentTotals object common
Grand total for the immediately preceding period of equal length; null unless the filter includes both from and to.
ShipmentSummary.total ● ShipmentTotals! non-null object common
Grand total across all SKUs in the filtered set.
Returned By
echoShipmentSummary query