Recent Releases of mws
mws - v0.8.15
What's Changed
- Fix for v0.8: listinventorysupply missing marketplace_id parameter by @GriceTurrble in https://github.com/python-amazon-mws/python-amazon-mws/pull/276
Full Changelog: https://github.com/python-amazon-mws/python-amazon-mws/compare/v0.8.14...v0.8.15
- Python
Published by GriceTurrble over 4 years ago
mws - v1.0-dev17
Latest development version of pre-1.0 library.
- Python
Published by GriceTurrble almost 5 years ago
mws - v0.8.11
Bug fixes
- Utilities from
1.0devversions backported to 0.8 to correct some encoding and param cleaning bugs. - User agent string produced by request methods now shows correct
python-amazon-mwsversion (for debugging purposes when communicating with Amazon support). - 0.8 does not fully support Python 3.6; code that used f-strings replaced with older
.formatversions ObjectDictin 0.8 somehow lost parity with its deprecated version found in 1.0dev. This has been corrected, bringing this "legacy" class in line with the functionality of the class by the same name in 1.0dev.
- Python
Published by GriceTurrble almost 5 years ago
mws - v0.8.9
Update matches all Amazon regions currently listed in MWS documentation, including AE (United Arab Emirates), SA (Saudi Arabia), SG (Singapore), and TR (Turkey).
Also, as Amazon no longer supports the CN (China) region (forum post announcing change here), this region has been removed.
Note the GB region has been added as the correct country code for United Kingdom, but we are maintaining the UK region designation as an alias.
- Python
Published by GriceTurrble almost 6 years ago
mws - 0.8.0
- adds Finances API
- adds InboundShipments API (initial release)
- streamlined
...ByNextTokenrequest calls- Deprecation: methods ending in
by_next_tokenare a deprecated style. You may now call the original method using anext_tokenkeyword argument for the same functionality. - Older methods with this style may be removed or aliased in 1.0 release (not yet decided).
- Deprecation: methods ending in
- code style clean-up across the project
Refer to notes on PR #42 for more details.
- Python
Published by GriceTurrble almost 8 years ago
mws - 0.7.4
- Pip package for mws is now built and deployed to PyPI via Travis CI
- Updates to the orders and products section of the documentation (thanks @null-none)
- Miscellaneous code QA cleanup to make development cleaner
There are no functional changes for end users in this update - the main purpose was to verify that automated uploading to PyPI was working.
- Python
Published by jameshiew over 8 years ago