Amazon has updated its API to version 5 recently, so previous versions will stop working on January 2020. If you're still using the previous API version, it better to upgrade soon to avoid future disasters. But how can we use this new API version?
How to use Amazon Product Advertising API 5 with Python?
5.2k Views Asked by sergio_teula At
2
There are 2 best solutions below
2

You can use the SDK published by amazon: https://webservices.amazon.com/paapi5/documentation/with-sdk.html#python
install with pip:
pip install amightygirl.paapi5-python-sdk
I've made a Python module that allows using the new Amazon Product Advertising API 5 in a very easy way. You can install it with PIP and start working with it inmediatelly. It's still under development, so you can expect changes and new functionalities in the future.
https://github.com/sergioteula/python-amazon-paapi5