Skip to main content

BigQuerySellerPayoutReportType

BigQuery seller payout report.

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

Fields

BigQuerySellerPayoutReportType.category ● String! non-null scalar

Category of the metric.

BigQuerySellerPayoutReportType.title ● String! non-null scalar

Title of the metric.

BigQuerySellerPayoutReportType.columns ● [ColumnObjectType!]! non-null object

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

BigQuerySellerPayoutReportType.filters ● [FilterObjectType!]! non-null object

Info about applied filters.

BigQuerySellerPayoutReportType.summary ● JSONString scalar

BigQuerySellerPayoutReportType.report ● [SellerPayoutRowType!]! non-null object

List of seller payout records

Returned By

bigquerySellerPayouts query

Was this page helpful?