Retrieve information for the authenticated user on if they have, or are eligible for Top Seller status.
Statistics for the current week and the previous six weeks.
{
"SalesCount": 123,
"SalesValue": 123.0,
"SellThroughRate": 123.0,
"FeedbackRating": 123.0,
"InTrade": false,
"IsTopSeller": false,
"TopSellerStartDate": "\/Date(1514764800)\/",
"QualifyingSalesCount": 123,
"QualifyingSalesValue": 123.0,
"QualifyingSellThroughRate": 123.0,
"QualifyingFeedbackRating": 123.0,
"TopSellerExpiryDate": "\/Date(1514764800)\/",
"TopSellerFeeDiscount": 123.0,
"TopSellerSavings": [
{
"PeriodStart": "\/Date(1514764800)\/",
"PeriodEnd": "\/Date(1514764800)\/",
"SavingType": "ABC",
"SavingAmount": 123.0,
"WeekOffset": 123
},
{
"PeriodStart": "\/Date(1514764800)\/",
"PeriodEnd": "\/Date(1514764800)\/",
"SavingType": "ABC",
"SavingAmount": 123.0,
"WeekOffset": 123
}
]
}