I Need access to my Inventory via the feeds API from mws. Right at the time i work only in python and the czpython/python-amazon-mws repository. The Documentation is very slim and i have trouble to work with.
access_key = MWS_ACCESS_KEY
secret_key = MWS_SECRET_KEY
seller_id = MWS_ACCOUNT_ID
marketplace = 'A1PA6795UKMFR9'
Feeds = mws.Feeds(access_key, secret_key, seller_id, region='DE')
Feeds.submit_feed("test.xlm","Inventory.xsd",marketplace)
if i try this it return following Error:
TypeError: Unicode-objects must be encoded before hashing
i used for testing pruposes the Examples from the
https://images-na.ssl-images-amazon.com/images/G/01/rainier/help/XML_Documentation_Intl.pdf
at Page 41 and below. XSD Files are new from Amazon Documentation.