Skip to main content

BigQueryOrdersBySellerReportType

No description

type BigQueryOrdersBySellerReportType {
category: String!
title: String!
columns: [ColumnObjectType!]
filters: [FilterObjectType!]
summary: JSONString
report: [OrderLineReportRowType!]
}

Fields

BigQueryOrdersBySellerReportType.category ● String! non-null scalar

Category of the metric.

BigQueryOrdersBySellerReportType.title ● String! non-null scalar

Title of the metric.

BigQueryOrdersBySellerReportType.columns ● [ColumnObjectType!] list object

Description of main columns in report and summary. Note: report and summary can contain additional columns.

BigQueryOrdersBySellerReportType.filters ● [FilterObjectType!] list object

Info about applied filters.

BigQueryOrdersBySellerReportType.summary ● JSONString scalar

Summary metrics across all orders by seller

BigQueryOrdersBySellerReportType.report ● [OrderLineReportRowType!] list object

List of order line records grouped by seller

Returned By

bigqueryOrderLineItems query

Was this page helpful?