Smooth Operator
Smooth Operator
As a side-effect of this behavior, a `downgrade` can reduce the version of an extant _package A_and if that dependency does not exist in the downgraded _package B_ that `requires`...
Also provide a link to `compare/v0.5.1...v0.6.0` in release notes for v0.6.0.
What is this "red" of which you speak?
- [ ] cast
Simply set the endpoint when you instantiate the `MWSConnection` class by using a `host='mws-eu.amazonservices.com'` keyword argument. You can similarly inject your `Merchant=merchantID` value there, which will also serve as a...
If you're looking at the MWS documentation for a call and you see a section for **Response elements** that details a standardized response structure in a table of elements --...
You're trying too hard! There's machinery in place to handle the conversion of input types; you should be able to define the `destination_address` thusly: ``` python destination_address = { 'Name':...
Sorry Mike, I've been traveling. If you still need help with this, perhaps you could share the code you have? The error you're receiving suggests that you're not supplying the...
It's a bug. Find the `@structured_objects('DestinationAddress', 'Items')` decorator above the `create_fulfillment_order()` and add a `members=True` parameter to it; then the code as I wrote it above should work without the...
Fixed in my branch; thanks for the report.