GET api/sellerstats/graph?suid={suid}&mode={mode}&period={period}&curr={curr}
GET api/sellerstats/graph?suid=...&mode=0|1&period=days|weeks|months&curr=WMZ|WMR|WME|WMU mode=0 - продажи (Sales), mode=1 - показы (Views).
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| suid | string |
Required |
|
| mode | integer |
Default value is 0 |
|
| period | string |
Default value is days |
|
| curr | string |
Default value is WMZ |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.