This repository was archived by the owner on Jan 4, 2025. It is now read-only.
Implement parts of the outbound api#96
Merged
GriceTurrble merged 1 commit intopython-amazon-mws:developfrom Jun 25, 2020
Chefclub:implement-part-of-outbound-api
Merged
Implement parts of the outbound api#96GriceTurrble merged 1 commit intopython-amazon-mws:developfrom Chefclub:implement-part-of-outbound-api
GriceTurrble merged 1 commit intopython-amazon-mws:developfrom
Chefclub:implement-part-of-outbound-api
Conversation
Co-authored-by: Med Habib Dhif <[email protected]>
GriceTurrble
approved these changes
Jun 25, 2020
Member
GriceTurrble
left a comment
There was a problem hiding this comment.
Missed this for a long while, but the changes are straightforward enough. Thank you!
Lacrymology
added a commit
to Shiphero/python-amazon-mws
that referenced
this pull request
Jul 10, 2020
* upstream/develop: Add Feeds utility to convert dict FeedOptions to string (python-amazon-mws#181) Ensure correct decoding of bytes (python-amazon-mws#168) Compatibility fix (python-amazon-mws#124) Implement a couple of function for the OutboundShipments API. (python-amazon-mws#96) Added OutboundShipments.create_fulfillment_order (python-amazon-mws#95) added UpdateReportAcknowledgements (python-amazon-mws#101) Update feeds.py (python-amazon-mws#166) added easyship api support for indian marketplace (python-amazon-mws#169) Moving Slack link up, removing gitter chat link add all current marketplaces and alphabetize by country code (python-amazon-mws#155) Updated slack invite link Slack invite link (python-amazon-mws#152) Slack invite link fix clean_params (python-amazon-mws#106) add in NL marketplace information Fix flake8 warnings Update develop branch CI + package metadata include mws.apis in setup.py Fix bug: Remove trailing comma
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.
We implemented it for our own usage, but I guess it might worth contributing it upstream.