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