python-amazon-sp-api
python-amazon-sp-api copied to clipboard
Python wrapper to access the amazon selling partner API
Hi, I saw that the product pricing v2022-05-01 isn't implemented yet so here is the related PR, generated with the make_endpoint command. I also saw that the v0 is implemented...
**Describe the bug** The result of `get_feed_result_document` incorrectly contains literal `\n` and `\t` instead of actual new lines and tabs **To Reproduce** Steps to reproduce the behavior: print/write to file...
Updates the requirements on [setuptools](https://github.com/pypa/setuptools) to permit the latest version. Changelog Sourced from setuptools's changelog. v70.0.0 Features Emit a warning when [tools.setuptools] is present in pyproject.toml and will be ignored....
Updates the requirements on [setuptools](https://github.com/pypa/setuptools) to permit the latest version. Changelog Sourced from setuptools's changelog. v70.2.0 Features Updated distutils including significant changes to support Cygwin and mingw compilers. (#4444) Bugfixes...
DataKiosk.get_query() and DataKiosk.get_document() don't work. They return error `SellingApiForbiddenException: [{'code': 'Unauthorized', 'message': 'Access to requested resource is denied.', 'details': ''}] ` The solution is to set `add_marketplace=False` as below: DataKiosk.get_query...
**Describe the bug** Per the quickstart, this is the expected credentials to provide in all endpoint calls: ```credentials = dict( refresh_token='your_refresh_token', lwa_app_id='your_lwa_app_id', lwa_client_secret='your_lwa_client_secret' ) ``` However, I could not get...