Skip to main content

ordersTotal Query

DEPRECATED

No longer supported

Return the total sales amount from a specific period.

Requires the MANAGE_ORDERSpermission.
ordersTotal(
period: ReportingPeriod
channel: String
): TaxedMoney @deprecated
Details
type TaxedMoney {
currency: String!
gross: Money!
net: Money!
tax: Money!
}

Arguments

period ● ReportingPeriod

A period of time.

channel ● String

Slug of a channel for which the data should be returned.

Type

TaxedMoney

Represents a monetary value with taxes. In cases where taxes were not applied, net and gross values will be equal.