How to enable SSO for my webapp so users can search for items in Amazon Whole Foods market for items and add them to their amazon cart?

0

Hello,

I am wondering if there is an offering from AWS that will allow for users of an app I would like to create to SSO into their Amazon account and add to their cart from my app. I’d also like for them to be able to use a search api provided by AWS to search for groceries (like the existing Amazon app has). Does AWS currently have an offering for features like this?

1 Answer
0

There is the "Login with Amazon" service that allows you to log users in to your website with their Amazon identity (so they don't need another username/password), but no service will allow you to directly change their shopping cart. You might be able to craft a URL that makes it easy for them to add it, but it will have to use a product on the Amazon.com website to do it (because of cross-site protections in place).

Using the Amazon.com search API is an Amazon.com feature, and not something AWS has a service for. Maybe the Product Advertising API is what you want?

profile picture
rowanu
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions