I tried running Amazon MWS Scratchpad in this site https://mws.amazonservices.com/scratchpad/index.html. And it works fine and I got an xml result
But when I go to request Details and copy the string to sign and all the parameters needed, I POST REQUEST and copy the whole request to postman
What i got is Parameter signature cannot be empty
Any tips why I get a different response? Is there any rest API i can find? Thanks for answers.
Scratchpad autogenerates the signature and passes it as a parameter. If you're trying to create your own integration from scratch, you'll need to generate the signature yourself.
This is done by:
Hope this helps, I remember this being a nightmare when I built out an integration from scratch a few months ago. Took me around 10 hours to get my signature generator right.