Amazon API To Get Product Price

I’m pretty new to API’s and I’m trying to pull product listings from Amazon and integrate them into my Webflow CMS. Really just wanting to update prices of products that I’m linking too on my site.

I’m stuck on the authentication/headers. I went in and put all the headers that Amazon has on their scratchpad but I kept getting this error. Any ideas how to do the authorization?

Thanks!
Brandon

Hey Brandon!

Right now, Parabola cannot be used to connect to Amazon APIs. The reason is that they require an HMAC signature, which has to be generated right when the request is sent. Parabola cannot generate those signatures yet!

Perhaps head over to #feature-requests and submit a request support for HMAC signatures! Specifically to connect to Amazon.

There are a few wrapper APIs that folks have hosted over at https://rapidapi.com/search/amazon that maybe could help