OAuth for Amazon Seller Marketplace

Hello,

I am not familiar with setting up Oauth 2.0, so might be a n easy question. I’m trying to integrate into Amazon Seller API and the first step is to create a Button that does the Authorization.

Documentation from Amazon says:

Set up an “Authorize” button (or something similar) on your application website that the seller can click to initiate authorization of your application. When the seller clicks the button, your website loads an OAuth authorization URI into the browser and the seller is redirected to a Seller Central sign-in page. After sign-in, a consent page appears, where a seller can give your application consent to make calls to the Selling Partner API on their behalf.

Here is an example of a OAuth call:

https://sellercentral.amazon.com/apps/authorize/consent?application_id=appidexample&state=stateexample&version=beta

Where do I add this in the Bubble API Connector?

2 Likes