For the complete documentation index, see llms.txt. This page is also available as Markdown.

Amazon Ads Integration

Description

This guide walks you through connecting an Amazon Ads account to the Amazon Ads Agent Team.

Amazon has two common onboarding paths:

  1. Direct Advertiser — for one seller, vendor, brand, or business that wants to manage its own Sponsored ads account.

  2. Partner Network / Manager Account — for an agency, software provider, or partner that manages advertising for multiple advertisers.

The application flow looks different, but the agent team needs the same final credentials either way:

  1. LWA Client ID

  2. LWA Client Secret

  3. Refresh Token

  4. Region

  5. Amazon Ads Profile ID

You will set up:

  1. Amazon Ads API access

  2. Login with Amazon (LWA) client application

  3. Amazon Ads API scopes

  4. Redirect URL for OAuth

  5. Refresh token authorization

  6. Amazon Ads profile selection

At the end, the agent team will be able to list profiles, export Sponsored Products data, create reports, and create paused test campaigns.

What You Need Before Starting

You need:

  1. Admin access to the Amazon Ads account, or admin access to the manager account if you are using Partner Network.

  2. Access to the Amazon account used to apply for Amazon Ads API access.

  3. Access to the Amazon Developer Console for Login with Amazon.

Step 1: Request Amazon Ads API Access

Open the Amazon Ads API sign-up page: https://advertising.amazon.com/API#sign_up, then

  1. Sign in with your Amazon Ads account

  2. Tap on Request API Access.

Amazon will ask what type of account you are creating, choose the path that matches your use case:

Use case
Choose

You are connecting one seller, vendor, brand, or business to manage its own Sponsored ads.

Direct Advertiser (recommended)

You manage ads for multiple clients, brands, or advertisers, or need DSP access.

Partner Network / Manager Account

If you’ve already set up a Google Ads agent team, this becomes much easier to understand by comparison.

Amazon Direct advertiser <> Google Ads Account Amazon Partner account <> Google Ads Manager

For this agent team, we choose Direct Advertiser, as it is enough for most users.

  • Tap on the text "Request API access", do not tap on the card.

When selecting data access, choose:

  1. Advertising — required.

  2. Data provider — do not select unless you specifically publish audience segment information for advertisers.

If Amazon asks security and third-party questions, answer according to your actual product behavior:

Question area
Typical answer for direct advertiser/internal use

Send or export Amazon Ads data to other services, third parties, or applications

No, if data stays inside your own workflow and is not shared externally.

Controls to prevent Amazon Ads data from being exposed to third parties

Yes, if you restrict access and do not share data outside approved systems.

Network controls

Yes, if you use normal access controls, firewalls, private credentials, and protected systems.

Role or job-duty based access restrictions

Yes, if only authorized users can access Ads data.

Encrypt Amazon information in transit

Yes, API calls use HTTPS/TLS.

Incident response plan

Yes, if you have a process for security monitoring, detection, response, and reporting.

Report security incidents involving Amazon information to security@amazon.com

Yes, if your incident response plan includes Amazon notification.

Minimum password requirements

Yes, if user/system accounts require secure passwords or identity provider controls.

Credentials stored securely

Yes, if credentials are not committed to public repositories, not hard-coded, and are stored in protected config/secrets storage.

If Amazon asks for outside parties and there are none, use a short answer like:

Now you'll have to wait.

After Amazon approves the request in a few days, you should receive an email or onboarding page that says your request to use the Amazon Ads API has been approved. Approval alone is not the end of setup; you still need to attach the approved Ads API scope to an LWA application.

Step 2: Complete the Amazon Ads API Onboarding

Inside the approval email from amazon, there's an onboarding link.

Before opening any onboarding link:

  1. Log out of unrelated personal Amazon accounts.

  2. Use the same Amazon account that applied for Amazon Ads API access.

  3. If you use multiple Amazon accounts, use a clean browser profile or private window.

Amazon warns that using the wrong account can invalidate the onboarding link and require a reset by Ads API support.

Step 3: Create or Select a Login with Amazon Application

Login with Amazon is Amazon's OAuth system. Amazon Ads API does not use a simple API key. It uses an LWA client application plus a refresh token.

Open the LWA console:

https://developer.amazon.com/loginwithamazon/console/site/lwa/overview.html

Create or select the Security Profile for your app.

For this integration, you can name your app something like:

Then collect:

  1. Client ID

  2. Client Secret

Step 4: Assign Amazon Ads API Scopes to the LWA Application

Open the "Onboarding link" again inside your email.

Choose the correct LWA application and assign the approved Amazon Ads API scope.

For the current Amazon Ads onboarding flow, the relevant scope appears as:

You may also see profile scopes such as:

After assigning scopes, the app card should show something like:

If OAuth later fails with:

then either:

  1. The wrong scope was requested.

  2. The scope was not assigned to this exact Client ID.

  3. Amazon has not finished syncing the scope approval.

  4. The app is still pending in Amazon Ads onboarding or Partner Network.

Step 5: Finish Direct Advertiser Linking

If you are using the Direct Advertiser path, Amazon may only ask you to create or link the API application. If the LWA application card shows the Ads API scope, continue to the next step.

Step 6: Add the Allowed Return URL

Open the same LWA Security Profile in the LWA Amazon Developer Console.

Hover your moust on the gear, then go to:

Ediot and add this exact URL to "Allowed Return URLs":

If this step is missing, Amazon will show:

Step 7: Configure the Agent Team with Client ID and Client Secret

Now go back to the agent team chat page, reply with your LWA (Login with Amazon) App

  • Client ID

  • Client Secret

and your region

  • NA (for example)

Your brower will be pulled up and asked you to authorize the app profile (you just created) to access your Amazon Ads data. Login with your Ads account and complete the authorization.

Then the agent team may run a quick data pull to find all your ad profiles. Reply the profile ID you wish to track inside this agent team.

Troubleshooting

Unknown scope

Error:

Check:

  1. The LWA app has the Amazon Ads scope assigned.

  2. The OAuth request is using:

  3. You selected the correct LWA Client ID.

  4. Amazon finished syncing approval.

Redirect URI not whitelisted

Error:

Fix:

  1. Open LWA Security Profile.

  2. Go to Web Settings.

  3. Add the exact URL:

  4. Ask in agent team chat to retry OAuth

Profiles are empty

If --verify returns:

then OAuth worked, but no advertiser profile is available for the authorized user and region.

Fix:

  1. Confirm the user can access an advertiser account in Amazon Ads Console.

  2. Confirm the advertiser account is in the same region.

  3. Confirm the user is not limited to a manager account with no attached advertiser profile.

  4. Try another region if needed.

Required Values Checklist

Before setup is complete, you should have:

  1. LWA Client ID

  2. LWA Client Secret

  3. Region: NA, EU, or FE

  4. Allowed Return URL:

  5. Refresh token saved by --auth

  6. Selected Amazon Ads profile_id

After all six are present, the Amazon Ads Agent Team is ready for data export, reporting, and campaign creation.

Last updated