Skip to main content

DailySeriesEntry

Revenue and order count for a single day in the 30-day daily series.

type DailySeriesEntry {
date: String!
orderCount: Int!
revenue: Decimal @deprecated
revenueMonetary: MonetaryValue
}

Fields

DailySeriesEntry.date ● String! non-null scalar common

Calendar date in ISO 8601 format (YYYY-MM-DD).

DailySeriesEntry.orderCount ● Int! non-null scalar common

Number of orders placed on this day.

DailySeriesEntry.revenue ● Decimal deprecated scalar common

DEPRECATED

Use revenueMonetary instead.

Total order revenue for this day as a decimal amount.

DailySeriesEntry.revenueMonetary ● MonetaryValue object common

Total order revenue for this day.

Member Of

Orders object