Skip to main content

SalesStatisticsDateRange

Date range to compute sales statistics over. Both bounds required.

input SalesStatisticsDateRange {
from: DateTime!
to: DateTime!
}

Fields

from ● DateTime!

Inclusive start of the range, based on the order's created time.

to ● DateTime!

Exclusive end of the range.

Example

{
"from": "2024-05-03T11:52:33Z"
}