ShipmentSeriesPoint
Aggregated shipped orders for a single time bucket.
type ShipmentSeriesPoint {
period: ISO8601DateTime!
quantityShipped: Int!
revenue: MonetaryValue!
shipmentCount: Int!
}
Fields
ShipmentSeriesPoint.period ● ISO8601DateTime! non-null scalar common
Start of the bucket (UTC).
ShipmentSeriesPoint.quantityShipped ● Int! non-null scalar common
Total units shipped in the bucket.
ShipmentSeriesPoint.revenue ● MonetaryValue! non-null object common
Total value of the shipped product in the bucket as a Money object.
ShipmentSeriesPoint.shipmentCount ● Int! non-null scalar common
Total number of distinct shipments in the bucket.
Member Of
ShipmentSeries object