Skip to main content

bigqueryTenantOrders

Get orders for tenant with optional date filtering

bigqueryTenantOrders(
startDate: Date
endDate: Date
grouping: String = "MONTHLY"
): BigQueryDailyOrderCountsReportType

Arguments

bigqueryTenantOrders.startDate ● Date scalar

Start date for filtering orders

bigqueryTenantOrders.endDate ● Date scalar

End date for filtering orders

bigqueryTenantOrders.grouping ● String scalar

Grouping for the report, e.g., DAILY, WEEKLY, MONTHLY

Type

BigQueryDailyOrderCountsReportType object

Was this page helpful?