1
votes

I was wondering if I could get some help regarding Amazon's Product Advertising API (formerly ECS) - I need to be able to return results of the English language only, but the code below returns books in a variety of languages.

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

Example of returned result:

"Ruby on Rails: Einstieg in die effiziente Webentwicklung. Mit Ajax / Web 2.0 PHP-Vergleich und Ruby-EinfüEhrung"

I am using PHP.

Thanks in advance - any help will be very much appreciated.

1

1 Answers

1
votes

Change

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

to

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