ordersTotal
Return the total sales amount from a specific period.
ordersTotal(
period: ReportingPeriod
channel: String
): TaxedMoney
Arguments
ordersTotal.period ● ReportingPeriod enum
A period of time.
ordersTotal.channel ● String scalar
Slug of a channel for which the data should be returned.
Type
TaxedMoney object
Represents a monetary value with taxes. In cases where taxes were not applied, net and gross values will be equal.
Was this page helpful?