Skip to main content

DashboardSellerOrderPerformanceType

No description

type DashboardSellerOrderPerformanceType {
gross: Float
orders: Int
net: Float
shipping: Float
average: Float
taxes: Float
discounts: Float
revenue: Float
totals: Int
commission: Float
payout: Float
sellerId: Int
seller: Seller
}

Fields

DashboardSellerOrderPerformanceType.gross ● Float scalar

DashboardSellerOrderPerformanceType.orders ● Int scalar

DashboardSellerOrderPerformanceType.net ● Float scalar

DashboardSellerOrderPerformanceType.shipping ● Float scalar

DashboardSellerOrderPerformanceType.average ● Float scalar

DashboardSellerOrderPerformanceType.taxes ● Float scalar

DashboardSellerOrderPerformanceType.discounts ● Float scalar

DashboardSellerOrderPerformanceType.revenue ● Float scalar

DashboardSellerOrderPerformanceType.totals ● Int scalar

DashboardSellerOrderPerformanceType.commission ● Float scalar

DashboardSellerOrderPerformanceType.payout ● Float scalar

DashboardSellerOrderPerformanceType.sellerId ● Int scalar

DashboardSellerOrderPerformanceType.seller ● Seller object

Member Of

DashboardTopSellerPerformanceType object

Was this page helpful?