TheLordBaski / Amazon-mws-nodejs-sdk

Apache License 2.0
12 stars 13 forks source link

Give the ability to submit feeds #14

Closed gorlux closed 8 years ago

gorlux commented 8 years ago

Hi, I fixed many functions to give the possibility to submit XML feeds to MWS. In particular, I edited the function SubmitFeed to get also a "FeedContents" parameter, and the createRequest function to calculate the MD5 sum of the XML file when submitted.

Thanks, Alessio

TheLordBaski commented 8 years ago

Fix package.json from local variables starting with _ and I will merge it. thanks.

gorlux commented 8 years ago

Hi, I updated package.json making it the same of your version.

Thanks, Alessio

TheLordBaski commented 8 years ago

Thanks