-
Hi there,
I included the package for my laravel app. ItemLookup is working and I receive the correct output. For the ItemSearch operation I do not receive any items, so my response looks like this:…
-
As it's impossible to add every book by hand, it's necessary to get data from APIs. We want to be able to get all the information we store in our database programatically, and also use API to get thum…
-
Hi all,
I'm using your library to lookup in the Amazon database using the ASIN, I'm using the same code for 3 different regions (using 2 API keys, one for a region and one shared by 2 regions) and …
-
Hello
I checked, composer is no longer available on internet and its author is saying that they are closing composer. (see https://composer.io/site/)
Can you please confirm how can i use this with…
-
I need another help, I facing throttling issue in 'VACUUM' gem (It occurs when i request more than 10 queries in a loop)
request = Vacuum.new('IN')
request.configure(
aws_access_key_id: 'AKIAJG…
-
I came across you solution and am trying to implement it into a simple app. At this point, all I am trying to do is get Amazon to authorize my http request. I have an Amazon access key and secret ke…
-
Hello,
How can I perform a search for ASIN? Try the following:
$search = new Search();
$search->setCategory('All');
$search->setResponsegroup(array('Large', 'Images'));
$search->setItemId('B013…
-
Es werden keine Produkte geladen, sondern nur der Code ausgegeben:
[amazon asin=059035342X][/amazon]
-
Hi i am getting an error on item search api. can you guide me how to resolve the below issue.
GET http://webservices.amazon.in/onca/xml?AWSAccessKeyId=XXX--XXXX--XX&AssociateTag=$$$$-$$&ItemId=B00K…
-
Attempting to rewrite params for UPC search for 'ItemLookup'.
Amazon docs say:
_http://webservices.amazon.com/onca/xml?
Service=AWSECommerceService&
AWSAccessKeyId=[AWS Access Key ID]&
Associ…