FindBestMatchItemDetailsAdvancedRequest

Returns Best Match information about items based on a specified set of keywords, a category ID, or both.

Fields

categoryId ( string ) [0..1]
The category from which you want to retrieve Best Match information. Also returns information on all children of the specified category. If you repeat this field in the request, the BestMatchItemDetails Service only recognizes the last categoryId field.

You must specify either keywords, a category ID, or both with a findBestMatchItemDetailsAdvanced call.

If the specified category ID doesn't match an existing site category, the service returns an invalid-category error message.
See the Field Index to learn which calls use categoryId.

keywords ( string ) [0..1]
Specify one or more words to use as a search query for finding Best Match information. By default, keyword queries search item titles only. If you repeat this field in the request, the BestMatchItemDetails Service only recognizes the last keywords field.

The words "and" and "or" are treated like any other words; use "and", "or", or "the" only if you are searching for listings that contain these words.

You can incorporate wildcards into a multi-word search, such as "ap*%20ip*". In this case, the response can contain results for "apple ipod", among other matches.

If you are using a URL request and your keyword query consists of multiple words, use "%20" separate the words. For example, use Harry%20Potter to search for items containing those words, in any order.

findBestMatchItemDetailsAdvanced queries require that you specify keywords, a category ID, or both.
See the Field Index to learn which calls use keywords.

Copyright © 2009–2012 eBay, Inc. All rights reserved. This documentation and the API may only be used in accordance with the eBay Developer Network and API License Agreement.