OBJECT
SellerStats
Insights and Statistics for a Seller.
link GraphQL Schema definition
- type SellerStats implements Node {
- # Arguments
- # year: Defaults to current year
- # numMonths: [Not documented]
- Int, : Int): [AdvertStatisticsSummary!]! ( :
- # ID of the object.
- ID! :
- # Arguments
- # groupBy: [Not documented]
- # year: Only required for BY_MONTH and BY_DAY
- # month: Only required for BY_DAY
- (
- RemittanceSummaryGroupBy, :
- Int, :
- Int :
- ): RemittanceSummary!
- # Arguments
- # groupBy: [Not documented]
- # year: Only required for BY_MONTH and BY_DAY
- # month: Only required for BY_DAY
- SalesSummaryGroupBy, : Int, : Int): SalesSummary! ( :
- Seller! :
- }