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
}