如何仅从亚马逊的产品广告API返回英语结果?

时间:2012-03-04 14:21:22

标签: php amazon amazon-product-api

我想知道我是否可以获得有关亚马逊Product Advertising API (formerly ECS)的帮助 - 我需要能够仅返回英语语言的结果,但下面的代码会返回各种语言的书籍。

$response = $amazonEcs->country('co.uk')->category('Books')->responseGroup('Large')->search('php');

返回结果的示例:

  

“Ruby on Rails:Einstieg in die effiziente Webentwicklung.Tit Ajax /   Web 2.0 PHP-Vergleich和Ruby-EinfüEhrung“

我正在使用PHP。

提前致谢 - 非常感谢任何帮助。

1 个答案:

答案 0 :(得分:1)

更改

$amazonEcs->country('co.uk')->category('Books')->

$amazonEcs->country('com')->category('Books')->