Need help connecting to Amazon product API

I was wondering if there was a way to connect Bubble app to the Amazon product api? I know there is a plugin (AWS Signature 4 Plugin | Bubble) however the documentation is not visible anymore. I know the amazon product API requires requests to be signed using the AWS signature version 4. I want to be able to connect to this API so I can display desired product images/prices/descriptions and allow users to purchase a product directly from Amazon. Please, if anyone has any experience with this, please help! Thank you!

1 Like

Hey @kimsweetest Yes, you can connect Bubble to the Amazon Product API using the AWS Signature 4 Plugin. Even if the docs are gone, the approach is the same:

Set up the API Connector with the required endpoint, then use the plugin to generate the signed headers for each request. You’ll pass those headers with your request to authenticate. Once that’s working, you can pull product data (images, prices, descriptions) and display it in repeating groups.

For purchases, you can’t complete Amazon orders directly in your app, you’d need to redirect users to the Amazon checkout page using their affiliate links.