Friday 15 June 2012

Searching products using details.name and details.value using the Best Buy API -



Searching products using details.name and details.value using the Best Buy API -

the best purchase search allows search products specifying criterion on details.name , details.value fields.

http://api.remix.bestbuy.com/v1/products(details.name="processor speed" & details.value="2.4ghz")?apikey=yourkey

however details collection. query above returns products has detail entry named "processor" , detail entry value "2.4ghz" not in same details entry. there way create query homecoming products value , name same details entry ?

unfortunately there no way unless particular detail interested in has been exposed top level attribute (processor speed has not). accomplish need run query have described, , comb through results , remove irrelevant products in own code.

best-buy-api

No comments:

Post a Comment