This repository was archived by the owner on May 8, 2018. It is now read-only.
All your old commits + dictwrapper#1
Merged
czpython merged 44 commits intoczpython:devfrom Jul 2, 2012
Merged
Conversation
Conflicts: mws/mws.py
…ore compatibility with amazon's api naming convention.
…ove them all before calling amazon.
Conflicts: mws/mws.py
Introduced a new method "get_service_status" that's inherited in all MWS subclasses.
…ndShipment. Also fixed a few bugs and typos.
Fixed "non-default argument follows default argument" in Line 277
Fixed self.self to self
Added ExcludeMe in GetLowestOfferListingsForAsin and SKU
Added "ExcludeMe" Parameter to GetLowestOfferListings* Fix for Exceptions in Reports, GetReports gets a TSV Data, still a mess and needs some cleanup.
New Amazon MWS Features
changed "hash" into "hash_" quoted unquoted action "GetCompetitivePricingForASIN"
Moved calc_md5 out of MWS, minor fixes
…h types of responses compatible (TreeWrapper & DataWrapper). Also added an if in DataWrapper to check if the response has a "content-md5" header, because some amazon error responses have no md5 but their "content-type" is "text/plain".
Improved setup.py and support for python 2.6
…labhaggarwal for pointing it out.
New utils.py With dict/xml/object converters Makes it possible to access the amazon Response as a dict. Found the code in: https://github.com/timotheus/ebaysdk-python Example: mydict = DictWrapper(resp.response.content) print mydict
Conflicts: .gitignore README.md mws/mws.py setup.py
Owner
|
Thanks :), very appreciated. |
eugene-s
pushed a commit
to eugene-s/python-amazon-mws
that referenced
this pull request
Jun 16, 2017
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
All the old commits and a dictwrapper almost the same like this one, the idea about this was taken from here: https://github.com/timotheus/ebaysdk-python/blob/master/ebaysdk/utils.py