boto / boto

For the latest version of boto, see https://github.com/boto/boto3 -- Python interface to Amazon Web Services

Home Page:http://docs.pythonboto.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Amazon MWS Boto GetMyFeesEstimate support

chatlourd opened this issue · comments

Has anyone managed to use GetMyFeesEstimate request in Amazon MWS using Boto?

Boto's connection.py doesn't see to have support for GetMyFeesEstimate since it was created before the request was added and Amazon MWS has been dropped in Boto3.

Maybe someone has found a way to implement it?

It’s pretty easy to extend the MWS module and add support for this call; take a look at the code and, if you are so inclined, please submit a pull request to my branch. I’m happy to help if you run into any problems...