python-amazon-mws
python-amazon-mws copied to clipboard
Python wrapper for the Amazon Marketplace Web Service API
Hi, I am trying to access the subscriptions service using python. Is there a module that helps with that process? Thanks
[Bug]:
### Python Version 3.8 ### Python Amazon MWS (PAM) Version 0.8 (PyPI version / GitHub master branch / 'legacy') ### Has your copy of PAM been altered in any way?...
The access pattern for `MWS` already pretty closely follows `requests.Session`. There's quite a lot of customization in `MWS.make_request` that could more clearly be handled un `requests.Session.request` instead. I'd like to...
These can be used to show real world Amazon responses to API calls, and for further test cases.
as per error message in the developer guide https://m.media-amazon.com/images/G/03/B2B/invoice-uploader-developer-documentation.pdf `InvoiceFileIsNotPDF: o When it occurs: When the uploaded document is anything other than PDF. o Description in feed result: Invoice uploaded...
It seems that when I requested a report in the EU, I specified the French marketplace_id, but it returned information from other EU countries to me. Is there any bug...
Adding in example response files from real world calls to Amazon to help build on our test suite. Example xml files in: `tests/xml_examples` Example code in: `examples` These can be...