apai-io
apai-io copied to clipboard
DISCONTINUED Amazon Product Adverstising Library based on PHP REST and SOAP (only V1) using the Product Advertising API.
Hi. Is there any chance to use this package with guzzle 5? We have an older symfony version with guzzle 5. Thanks for answers.
Are you planning to support the new v5 PAAPI? https://webservices.amazon.com/paapi5/documentation/
I'm getting this error trying to do a search with apai-io: Error at line 113 of /Applications/mampstack-5.6.30-2/apache2/htdocs/teknid/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php Any ideas? I built an app with apai-io maybe a year ago, my...
My site is more and more "attacked" by requests from AWS (crawlers). My problem is now I can't block AWS generally via firewall, because the API also runs via AWS....
Everytime i'm trying to make a request to the api, i'm getting a 503 Service Unavailable. Full error: `Fatal error: Uncaught GuzzleHttp\Exception\ServerException: Server error: `GET http://webservices.amazon.de/onca/xml?AWSAccessKeyId=AKIAJTPPKLFTJDDXUZGQ&Actor=Bruce%20Willis&AssociateTag=mdomocos20&ItemPage=1&Keywords=Stirb%20Langsam&Operation=ItemSearch&ResponseGroup=Large&SearchIndex=DVD&Service=AWSECommerceService&Timestamp=2019-02-14T12%3A52%3A36Z&Version=2013-08-01&Signature=Y1nESl8%2B106sI8D1aMihc%2FKFQFnrO0o%2BNishcqXaf4M%3D` resulted in a `503...
I used the library for 2 plugins but when one plugin is active and another one is going to active its not activating and showing fatal error and there is...
i had a totalPage count for search results = 16. but this library limited me to 10 pages when iterating through requests. is there a reason the library limits this?...
#164 Catches exceptions when sending a request to Amazon.
Hi, im having issue on getting Amazon Product Origin & Shipping Details from amazon. is there a function in this library where i can look for the product origin and...
CartCreate calls over SOAP requests require a wrapping 'Items' element around 'Item' elements in a different format to those used by REST requests. Unfortunately this is only for the 1.x...