You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 14, 2021. It is now read-only.
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.
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!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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!
The text was updated successfully, but these errors were encountered: