Skip to content
This repository has been archived by the owner on Mar 14, 2021. It is now read-only.

Issue with Endless #35

Open
jtaveras opened this issue Jun 5, 2012 · 0 comments
Open

Issue with Endless #35

jtaveras opened this issue Jun 5, 2012 · 0 comments

Comments

@jtaveras
Copy link

jtaveras commented Jun 5, 2012

Thanks for putting this together. It's been awesome for an amateur coder like myself!

I am trying to pull stuff from endless.com (owned by Amazon). Amazon's documentation says ItemSearch on endless is possible via the optionalParameters ... MarketplaceDomain='endless.com', as long as SearchIndex='Marketplace'. Documentation: http://docs.amazonwebservices.com/AWSECommerceService/2011-08-01/DG/MarketplaceDomainParameter.html

I'm using your libraries, and keep getting this message: "Your request is missing a required parameter combination. When SearchIndex equals Marketplace, MarketplaceDomain must be present."

However, I print_r'd the params from your library ... and the array definitely is showing both SearchIndex='Marketplace', and MarketplaceDomain='www.endless.com' ... see below.

Array ( [AssociateTag] => xxxxxxxxxxxxxx-20 [AWSAccessKeyId] => AKIAICH56EGNLOAWZQEA [Request] => Array ( [Operation] => ItemSearch [Keywords] => B003JBINB0 [SearchIndex] => Marketplace [MarketplaceDomain] => www.endless.com [ResponseGroup] => Small ) )

And lastly, here is how I'm calling this:
$response = $client->category('Marketplace')->responseGroup('Small')->optionalParameters(array('MarketplaceDomain'=>'www.endless.com'))->search('B003JBINB0');

Your help would be GREATLY appreciated!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant