Returns the information necessary to display the fee tier summary report
Header | Data Type | Valid Values | Required | Description |
---|---|---|---|---|
Content-Type | string | application/json | YES | The format your data will be sent to our site. |
X-DevKey | string | string | YES | The devkey assigned to the developer. |
X-AccessToken | string | string | YES | The token acquired from a POST to Users/AccessToken. |
Parameter | Data Type | Valid Values | Description |
---|---|---|---|
CurrentQuarter | integer | 1, 2, 3, 4, NULL | Current quarter number. NULL if sales have not yet been calculated for this user. |
CurrentQuarterSales | decimal | decimal | Total sales for the current quarter to date. NULL if sales have not yet been calculated for this user. |
CurrentQuarterSalesRunDate | string | Valid date formatted for display | Date on which the current quarter sales was last updated. NULL if sales have not yet been calculated for this user. |
CurrentRank | integer |
Multiples of 25 up to 100 Multiples of 100 up to 1200 1201 |
Current ranking group number for the user's latest weekly ranking. NULL if sales have not yet been calculated for this user. |
DisplayName | string | string | The display name for the user's current fee tier |
FeeTier | integer |
0 = Standard Tier 1 = Top 1000 Seller 2 = Top 100 Seller NULL = Custom fee structure |
Numeric representation of the user's current fee tier |
Movement | integer |
-1 = Position is lower than the previous week 0 = Position is the same as the previous week 1 = Position is highter than the previous week |
An indicator of whether the users sales position is moving up/down or remaining constant. NULL if sales have not yet been calculated for this user. |
PreviousQuarter | integer | 1, 2, 3, or 4 | Last quarter for which quarterly ranking has been run. NULL if user registered in the current quarter. |
PreviousQuarterIndividualSales | decimal | decimal | Total individual sales in the last quarter for which quarterly ranking has been run. NULL if user registered in the current quarter. |
PreviousQuarterSales | decimal | decimal | Total sales in the last quarter for which quarterly ranking has been run. NULL if user registered in the current quarter. |