In contrast,
BrowseNodeLookup
only returns child browse nodes that are the direct descendant of the
browse node in the request. You could use any of the browse node IDs to either find additional, related
browse nodes by using another
BrowseNodeLookup
request, or to focus an
ItemSearch
request.
Use
ItemSearch
and
ItemLookup
and specify the BrowseNodes response group.
Find a browse node ID that is similar to the one you want and use
BrowseNodeLookup
to investigate its
child and ancestor browse nodes.
Related Topics
•
BrowseNodes Response Group (p. 219)
Search Indices
Topics
•
Search Indices and Locales (p. 39)
•
Combined Search Indices (p. 39)
One of the reasons that customers enjoy shopping on Amazon is that Amazon has hundreds of thousands
of items for sale—far more than any one store could contain. On Amazon, you can find just about
anything—from a book to a $100,000 piece of jewelry. Ironically, the job of finding the items you want to
buy is made more difficult by having so many items for sale. Returning too many items in a response is
almost as bad as returning no items at all. Amazon addresses this difficulty by placing every item it sells
into a product category, called a search index.
You can think of search indices as dividing into groups everything for sale on Amazon, as shown in the
following figure.
By selecting one slice in a request , you avoid returning items in all of the other slices. This functionality
makes requests more targeted and reduces search times. For example, when looking for a specific book,
it is best to specify the Books search index in the request.
SearchIndex=Books
Titles and keywords used to find items often occur in multiple search indices. For example, if you were
searching using "Harry%20Potter" as your keyword, you would get results in many search indices, including
Books, DVD, Video, and Music.By specifying the search index you are interested in, your request becomes
much better targeted.
Specifying the wrong search index leads to no results or results that do not meet the customer's search
criteria. For example, if your keyword was carburetor and the search index was Kitchen, you might not
API Version 2011-08-01
38
Product Advertising API Developer Guide
Search Indices