bottlenose icon indicating copy to clipboard operation
bottlenose copied to clipboard

A Python wrapper for the Amazon Product Advertising API.

Results 5 bottlenose issues
Sort by recently updated
recently updated
newest added

Based on this info: https://webservices.amazon.com/paapi5/documentation/faq.html it seems that the PA API 4.0 is being deprecated very soon; this was just announced today. Will this wrapper work at this time, and...

Hey guys, I followed your installtion / setup-instructions but cannot connect to the amazon product API. Either I'll get a 400 or 503 error code. The only thing I don't...

I'm running my code on a server, and the connection to Amazon works correct when I first boot at the server, but after some requests it fails all the time....

bug

When I call `help(amazon)` I get the following error ``` Python 2.7.2 |EPD 7.1-2 (32-bit)| (default, Jul 27 2011, 13:29:32) [GCC 4.0.1 (Apple Inc. build 5493)] on darwin Type "help",...

bug
help wanted

While Create New Cart:- Get **Your request is missing required parameters. Required parameters include Items.** ``` data = { 'offer_id': "59PwDdXajXbVuCLg6kd7QZDCA2hWxjO%2FXqhLLQcJDzOe4mAm%2FIaKuy94kleD682oMmHsvFlXmM5guvCSnCTfaQuqU9PN%2Fq4%2Fwmm73RqOuFV9FePGy8fq4g%3D%3D", 'quantity': 2 } response = amazon.CartCreate(items=data) ``` Get Response...