亚马逊itemsearch api - PHP

时间:2015-10-26 06:48:26

标签: php amazon-web-services amazon amazon-product-api

我正在使用PHP开发一个亚马逊产品搜索应用程序。目前它返回5项。但我只需要退回一件物品。

是否有亚马逊itemsearch查询来控制返回1的结果?

我使用SearchIndex作为blended,例如我使用SanDisk Ultra 16GB High Speed USB 3.0 Flash Drive作为keyword"Operation" => "ItemSearch"

完整查询

 $parameters = array("Operation"   => "ItemSearch",
                        "Keywords"    => $keyword,
                        "SearchIndex" => $product_type);

0 个答案:

没有答案