MerchantOrderStatistics
No description
type MerchantOrderStatistics {
total: MerchantStatisticsValue!
fulfilled: MerchantStatisticsValue!
pending: MerchantStatisticsValue!
dispatchTime(
aggregate: AggregateEnum! = AVERAGE
): MerchantStatisticsValue!
}
Fields
MerchantOrderStatistics.total ● MerchantStatisticsValue! non-null object
MerchantOrderStatistics.fulfilled ● MerchantStatisticsValue! non-null object
MerchantOrderStatistics.pending ● MerchantStatisticsValue! non-null object
MerchantOrderStatistics.dispatchTime ● MerchantStatisticsValue! non-null object
MerchantOrderStatistics.dispatchTime.aggregate ● AggregateEnum! non-null enum
Member Of
MerchantStatistics object