http://developer.dataunison.com/pages/developers_area/ebay_research_api/api_call_reference/getpriceresearch/getpriceresearch_input/getpriceresearch_rest_input_field_reference.html
©2004-2008 Advanced Economic Research Inc. |
Back to HTML
The XML output returned by the REST API Interface is identical to the XML Output Schema.
| CallName * |
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 |
| 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 |
| 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.