【发布时间】:2015-02-11 13:25:57
【问题描述】:
我对 BestBuy 的 Products API 有疑问。我正在尝试搜索“三星银河 s3”之类的内容。我已经尝试在我的 php 页面中使用 file_get_contents。我的电话类似于:http://api.remix.bestbuy.com/v1/products((search=samsung&search=galaxy&search=s3)&salePrice>VALUE)?show=name,salePrice&format=xml&apiKey=MYAPIKEY;
这不会返回任何内容。如何搜索手机?
【问题讨论】:
-
我也尝试过使用 name=rawurlencode(STRINGTOSEARCH),我错过了 categoryPath.id,因为我在任何地方都找不到它
标签: best-buy-api