ShipmentTotals
Aggregated shipped orders totals over a period.
type ShipmentTotals {
averageDailyQuantity: Float!
quantityShipped: Int!
revenue: MonetaryValue!
shipmentCount: Int!
skuCount: Int!
}
Fields
ShipmentTotals.averageDailyQuantity ● Float! non-null scalar common
Average units shipped per day over the period.
ShipmentTotals.quantityShipped ● Int! non-null scalar common
Total units shipped.
ShipmentTotals.revenue ● MonetaryValue! non-null object common
Total value of the shipped product as a Money object.
ShipmentTotals.shipmentCount ● Int! non-null scalar common
Total number of distinct shipments.
ShipmentTotals.skuCount ● Int! non-null scalar common
Number of distinct SKUs in the set.
Member Of
ShipmentChannelSummary object ● ShipmentSkuSummary object ● ShipmentSummary object