salesSummary
How the merchant sold over a period: revenue, orders, average order value, refunds, and the same figures per selling surface.
**Returns:**
The period's figures. A period with no orders comes back with zeroes and an empty channel list rather than as an error — a quiet month is an answer.
salesSummary(
period: DateRangeInput!
): SalesSummary!
Arguments
salesSummary.period ● DateRangeInput! non-null input
The span of days to count, both ends included, in UTC.
Type
SalesSummary object
How a merchant sold over a period: the headline figures a dashboard shows, and the same figures broken down by selling surface.