Sync Report service
Note
This service is currently available to a limited set of clients and Microsoft employees only.
This page is a placeholder, as this service is currently under development.
Reports using this service
The following reports use this service. See the pages below for example usage.
Sorting and pagination
Column | Type | Example | Description |
---|---|---|---|
offset |
int | 24 |
The starting position of the pointer into the array of results. Default: 0 Filter by: No Sort by: No |
count |
int | 5 |
How many results to return, starting at the value of offset .Default: 20 Filter by: No Sort by: No |
orders |
array of objects | [{"direction": "DESC", "order_by": "avg_imps"}] |
You may sort the results, e.g. to see the highest-volume sellers, sort in descending order by avg_imps .Default: 20 Filter by: No Sort by: No |