BigQueryOrdersBySellerReportType
BigQuery orders by seller report.
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!]! non-null object
Description of main columns in report and summary. Note: report and summary can contain additional columns.
BigQueryOrdersBySellerReportType.filters ● [FilterObjectType!]! non-null object
Info about applied filters.
BigQueryOrdersBySellerReportType.summary ● JSONString scalar
Summary metrics across all orders by seller
BigQueryOrdersBySellerReportType.report ● [OrderLineReportRowType!]! non-null object
List of order line records grouped by seller
Returned By
bigqueryOrderLineItems query