ordersTotal
Return the total sales amount from a specific period.
ordersTotal(
identifier: ID
period: ReportingPeriod
): TaxedMoney
Arguments
ordersTotal.identifier ● ID scalar
Seller global id to filter by
ordersTotal.period ● ReportingPeriod enum
A period of time.
Type
TaxedMoney object
Represents a monetary value with taxes. In cases where taxes were not applied, net and gross values will be equal.