-1

We have a use case where we want to submit an ION file (in .xml extension) to the FRPG-ops tool using MWS service. when we look into this document http://docs.pythonboto.org/en/latest/ref/mws.html?#boto.mws.connection.MWSConnection.submit_feed, we are not able to figure out how to submit the file as a feed. Can you able to help us with any simple solution, preferebly using boto3 or curl commands?

Thanks, Nithya James

nithya j
  • 43
  • 4

1 Answers1

0

You might want to look at the MWS documentation for SubmitFeed here: https://docs.developer.amazonservices.com/en_US/feeds/Feeds_SubmitFeed.html

I'm not familiar with boto3, but the above link will show what the request should look like and an explanation of the parameters required.

ScottG
  • 10,711
  • 25
  • 82
  • 111