Skip to main content

PayoutReportRowType

No description

type PayoutReportRowType {
id: String!
created: DateTime!
endDate: Date!
status: String!
name: String
currency: String
sellerCount: Int
sales: Float
discounts: Float
shipping: Float
commission: Float
fees: Float
refunds: Float
adjustments: Float
payout: Float
}

Fields

PayoutReportRowType.id ● String! non-null scalar

Payout ID

PayoutReportRowType.created ● DateTime! non-null scalar

PayoutReportRowType.endDate ● Date! non-null scalar

PayoutReportRowType.status ● String! non-null scalar

PayoutReportRowType.name ● String scalar

PayoutReportRowType.currency ● String scalar

PayoutReportRowType.sellerCount ● Int scalar

PayoutReportRowType.sales ● Float scalar

PayoutReportRowType.discounts ● Float scalar

PayoutReportRowType.shipping ● Float scalar

PayoutReportRowType.commission ● Float scalar

PayoutReportRowType.fees ● Float scalar

PayoutReportRowType.refunds ● Float scalar

PayoutReportRowType.adjustments ● Float scalar

PayoutReportRowType.payout ● Float scalar

Member Of

BigQueryPayoutReportType object

Was this page helpful?