Amazon product Api ~ Relationship between SearchIndex and ProductGroup? -


i using amazon advertising api , understand how can specify searchindex tailor results index/department. (searchindex = all, books, toys, kitchen, etc)

in search results, list productgroup per api docs is:

productgroup product - category; similar search index

i able take product group of search result , show more results given group/index/department. in other words, given result's productgroup, want search again more specific searchindex based on productgroup. (my initial search uses "all" index).

i can not throw 1 of result's productgroup value , use index because not match 100%. example, item may have product group of "toy" or "book" not name of searchindex (but 'toys' , 'books' valid names).

is there way come more specific searchindex value given productgroup? aware of list of searchindex values listed locale.

one solution considering taking of valid searchindex values listed in link , mapping productgroups them myself (it seems pretty straight-forward group value of 'toy' indicates precense in search index of 'toys', etc), wanted see if more familiar api has real solution this.

for more targeted results, can use browse node ids in browsenodelookup request.

according documentation can use browsenodelookup iteratively navigate through browse node hierarchy reach node appropriately suits search.

then can use browse node id in itemsearch request.

resources


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -