Skip to main content

SellerPayoutRowType

No description

type SellerPayoutRowType {
tenantId: String!
sellerId: String!
id: String!
payoutId: String!
created: DateTime!
included: Boolean
status: String
currency: String
sales: Float
discounts: Float
shipping: Float
commission: Float
fees: Float
refunds: Float
adjustments: Float
payout: Float
}

Fields

SellerPayoutRowType.tenantId ● String! non-null scalar

SellerPayoutRowType.sellerId ● String! non-null scalar

SellerPayoutRowType.id ● String! non-null scalar

SellerPayoutRowType.payoutId ● String! non-null scalar

SellerPayoutRowType.created ● DateTime! non-null scalar

SellerPayoutRowType.included ● Boolean scalar

SellerPayoutRowType.status ● String scalar

SellerPayoutRowType.currency ● String scalar

SellerPayoutRowType.sales ● Float scalar

SellerPayoutRowType.discounts ● Float scalar

SellerPayoutRowType.shipping ● Float scalar

SellerPayoutRowType.commission ● Float scalar

SellerPayoutRowType.fees ● Float scalar

SellerPayoutRowType.refunds ● Float scalar

SellerPayoutRowType.adjustments ● Float scalar

SellerPayoutRowType.payout ● Float scalar

Member Of

BigQuerySellerPayoutReportType object

Was this page helpful?