The XML output returned by the REST API Interface is identical to the
XML Output Schema.
| call_name * |
The name of the call you're trying to make. |
string |
- |
| version * |
The version of the call you're schema is based upon. The only valid value for this field is currently "2". |
integer |
Version |
| AppID * |
The eBay Shopping API Application ID you wish to authenticate with. |
string |
RequesterCredentials.AppID |
| token * |
The Developer Token used to authenticate the call. |
string |
RequesterCredentials.Token |
| usr_tok * |
The User Token used to authenticate the call. |
string |
RequesterCredentials.UserToken |
| dev_name * |
The Developer Name used to authenticate the call. |
string |
RequesterCredentials.DeveloperName |
QueryKeywords * |
The keywords you're searching for. |
string |
QueryKeywords |
| EndTimeTo |
The last day in the period you wish to search. |
date |
EndTimeTo |
| ResearchPeriod |
The length (in days) of the period you wish to search. |
integer |
ResearchPeriod |
| Currency |
The currency you wish to view results in. |
currency |
Currency |
| IncludeDailyStatistics |
Whether or not you wish to view daily statistic breakdowns. |
boolean |
IncludeDailyStatistics |
| siteid |
A valid eBay site ID to search. Defaults to 0 (USA) if not defined. |
integer |
SearchQuery.SiteID |
| ChildCategoryID |
Search only specific category ids. |
integer |
ChildCategoryID |
| ListingLimit |
Limit the number of listings used in the statistics. |
integer |
ListingLimit |
| MinPrice |
Search only listings over a certain price. |
float |
MinPrice |
| MaxPrice |
Search only listings under a certain price. |
float |
MaxPrice |
* Required Fields
See Also:
GetResearchResults Output Schema,
GetResearchResults Output Field Reference.