Skip to main content

SingleVendorReportType

Single vendor report data.

type SingleVendorReportType {
gross: Float
orders: Int
net: Float
shipping: Float
average: Float
taxes: Float
discounts: Float
revenue: Float
totals: Int
commission: Float
payout: Float
adjustments: Float
penalties: Float
refunds: Float
fees: Float
startDate: String
endDate: String
payoutEndDate: String
status: String
vendorPayout: VendorPayout
}
Show more ↓

Fields

SingleVendorReportType.gross ● Float scalar

Gross sales amount

SingleVendorReportType.orders ● Int scalar

Number of orders

SingleVendorReportType.net ● Float scalar

Net sales amount

SingleVendorReportType.shipping ● Float scalar

Shipping amount

SingleVendorReportType.average ● Float scalar

Average order value

SingleVendorReportType.taxes ● Float scalar

Taxes amount

SingleVendorReportType.discounts ● Float scalar

Discounts amount

SingleVendorReportType.revenue ● Float scalar

Revenue amount

SingleVendorReportType.totals ● Int scalar

Total count

SingleVendorReportType.commission ● Float scalar

Commission amount

SingleVendorReportType.payout ● Float scalar

Payout amount

SingleVendorReportType.adjustments ● Float scalar

Adjustments amount

SingleVendorReportType.penalties ● Float scalar

Penalties amount

SingleVendorReportType.refunds ● Float scalar

Refunds amount

SingleVendorReportType.fees ● Float scalar

Fees amount

SingleVendorReportType.startDate ● String scalar

Start date

SingleVendorReportType.endDate ● String scalar

End date

SingleVendorReportType.payoutEndDate ● String scalar

Payout end date

SingleVendorReportType.status ● String scalar

Status

SingleVendorReportType.vendorPayout ● VendorPayout object

Vendor payout.

Member Of

SingleVendorPayoutReport object

Was this page helpful?