| 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. |
integer |
Version |
| 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 |
| keywords |
The keywords you're searching for. |
string |
SearchQuery.Keywords |
| end_price_floor |
The lowest end price for listings in the result set. |
float |
Pricing.EndPriceFloor |
| end_price_ceiling |
The highest end price for listings in the result set. |
float |
Pricing.EndPriceCeiling |
| start_price_floor |
The lowest start price for listings in the result set. |
float |
Pricing.StartPriceFloor |
| start_price_ceiling |
The highest start price for listings in the result set. |
float |
Pricing.StartPriceCeiling |
| category_id |
The category to search. This can also be an array of categories. |
integer |
CategoryLimit.CategoryID |
| start_date |
The day to start searching. When combined with an end_date tag, will search from this day to the end_date. When combined with a date_range tag, will search from this day forward through the range. |
date |
Dates.StartDate |
| end_date |
The day to finish searching. When combined with a start_date tag, will search from the start_date to this day. When combined with a date_range tag, will search from this day backward through the range. |
date |
Dates.EndDate |
| date_range |
The date range to search. When combined with a start_date tag, will search from the start_date forward. When combined with an end_date tag, will search from the end_date backwards. When no other tags are included, searches from the most recent day in the system backwards through the range. |
date range |
Dates.DateRange |
| date |
An individual date to search. You may pass an array of these values to search multiple specific days. Date tags may not be combined with start_date, end_date, or date_range tags. |
date |
Dates.Date |
| listing_limit |
If included, the search will stop after finding this many listings. |
integer |
SearchQuery.ListingLimit |
| return_hourly |
Returns hourly statistics (Returned by default if no return tags are specified) |
boolean |
ResultSet.ReturnHourlyData |
| return_pricing |
Returns pricing statistics (Returned by default if no return tags are specified) |
boolean |
ResultSet.ReturnPricingInformation |
| return_features |
Returns listing promotion statistics (Returned by default if no return tags are specified) |
boolean |
ResultSet.ReturnFeatureInformation |
| return_durations |
Returns duration statistics (Returned by default if no return tags are specified) |
boolean |
ResultSet.ReturnDurationData |
| return_types |
Returns listing type statistics (Returned by default if no return tags are specified) |
boolean |
ResultSet.ReturnListingTypes |
| return_price_buckets |
Returns price bucket statistics (Returned by default if no return tags are specified) |
boolean |
ResultSet.ReturnPriceBuckets |
| return_daily |
Returns daily statistics |
boolean |
ResultSet.ReturnDailyData |
| return_categories |
Returns category breakdowns |
boolean |
ResultSet.ReturnCategoryInformation |
| return_items |
Returns sample items |
boolean |
ResultSet.ReturnItemList |
| return_all |
Returns all statistics |
boolean |
- |
| listings_returned_limit |
Number of listings to return in the item list (if requested). |
integer |
ListingsReturned.Limit |
| listings_returned_descending |
Whether items in item list are sorted descending (if requested). |
boolean |
ListingsReturned.Descending |
| listings_returned_sort_column |
A column to sort by. See XML documentation for valid values. |
string |
ListingsReturned.Descending |
| site_id |
A valid eBay site ID to search. Defaults to 0 (USA) if not defined. |
integer |
SearchQuery.SiteID |
| currency |
A valid eBay currency ID. |
integer |
SearchQuery.Currency |