Amazon Advertising API Account Management: New APIs in 2026

Amazon Advertising's new account link management APIs allow programmatic control over multi-account access—a game-changer for agencies and sellers managing global advertising operations at scale.

var(--variable-P9pGqVWeU)

Amazon Advertising has released account link invites and linked accounts APIs to general availability, enabling manager account admins to programmatically request, approve, and manage access to multiple advertiser accounts globally. This eliminates manual invitation workflows and allows agencies, tool builders, and multi-brand sellers to automate account management operations at scale.

Key Takeaways

  • Programmatic account linking: Manager accounts can now send invitations and manage advertiser account access entirely via API, eliminating manual console workflows

  • Global scale operations: APIs operate at the global level, supporting multi-marketplace account management across all Amazon Advertising regions

  • Two complementary endpoints: Account link invites API handles invitation workflows; linked accounts API manages existing relationships

  • Agency-critical infrastructure: Essential for advertising agencies, SaaS tools, and multi-brand sellers managing dozens or hundreds of advertiser accounts

  • Generally available now: Moved from beta to production-ready status in 2026, signaling platform stability and Amazon's commitment to programmatic workflows

Amazon Advertising has released account link invites and linked accounts APIs to general availability, enabling manager account admins to programmatically request, approve, and manage access to multiple advertiser accounts globally. This eliminates manual invitation workflows and allows agencies, tool builders, and multi-brand sellers to automate account management operations at scale.

For anyone managing Amazon Advertising campaigns across multiple accounts—agencies with dozens of clients, SaaS platforms serving sellers, or multi-brand enterprises—this release fundamentally changes operational workflows. What previously required tedious manual invitation sending and status tracking through the Amazon Advertising console now runs as automated code.

What Amazon Advertising API Account Management Actually Means

Amazon Advertising API account management refers to the programmatic control of relationships between manager accounts and advertiser accounts. A manager account is a specialized Amazon Advertising account type designed for agencies, tool providers, and enterprises that need consolidated access to multiple advertiser accounts without owning those accounts directly.

[[TQ_YOUTUBE:kgkdNIMQlOo]]

Before these APIs reached general availability, every account link required manual steps: navigating the console UI, finding the invitation section, entering account details, waiting for email confirmations, and tracking acceptance status through separate screens. For an agency onboarding five clients, this was tedious. For a SaaS platform onboarding fifty sellers simultaneously, it was operationally untenable.

The efficiency gain: Agencies managing 100+ advertiser accounts can potentially reduce onboarding time from hours of manual work to minutes of automated API calls.

The two APIs work together across the account relationship lifecycle. The account link invites API sends invitation requests to advertiser accounts and retrieves invitation status. The linked accounts API returns the list of successfully linked accounts and manages those existing relationships.

Together, they provide complete programmatic control over the account graph that powers multi-account advertising operations.

Why This Release Matters for Agencies and Multi-Account Sellers

Operational scale becomes viable. Large advertising agencies often manage hundreds of advertiser accounts across multiple Amazon marketplaces. Before general availability, every new client required manual console work by someone with manager account admin permissions—a bottleneck that limited growth and introduced human error.

With programmatic Amazon Advertising API account management, agencies can build automated onboarding flows. A new client signs a contract, enters their advertiser account details in the agency's dashboard, and the system immediately fires an API call to send the invitation.

Status tracking happens automatically through scheduled API polling. Account managers receive alerts only when action is needed, not for routine status checks.

Multi-marketplace operations simplify dramatically. Amazon Advertising operates across North America, Europe, Asia-Pacific, and other regions. A global brand running campaigns in the US, UK, Germany, Japan, and Australia needs coordinated access management across all those marketplaces.

The APIs operate at the global level, meaning one manager account can programmatically manage invitations and links across every marketplace without separate regional workflows.

SaaS platforms can finally automate seller onboarding. Third-party Amazon advertising tools have long struggled with the chicken-and-egg problem: sellers want to connect their accounts, but manual invitation workflows create friction.

Tools like TrackIQ that connect directly to live Amazon data can now offer seamless onboarding experiences where account linking happens behind the scenes through API calls rather than multi-step manual instructions.

Before and After: The Onboarding Experience

Onboarding Step

Manual Process (Before)

API Process (Now)

Send invitation

Log into console, navigate to account management, manually enter advertiser ID, click send

Single API POST request with advertiser account details

Track invitation status

Refresh console page periodically, check email notifications, manually note pending invites

Scheduled API GET requests return status for all pending invites in structured JSON

Verify successful link

Check separate "linked accounts" console section, cross-reference with client list

Linked accounts API returns complete list with metadata; automated validation in client database

Handle errors

Decipher console error messages, contact support, retry manually

Structured error responses with codes; automated retry logic with exponential backoff

Technical Details: How the APIs Work

Authentication and permissions: Both APIs require manager account credentials with admin-level permissions. Standard advertiser accounts cannot access these endpoints.

[[TQ_IMG:https://framerusercontent.com/images/3A9l7RKf5uVyjxk0sa0qdDUfA.png|Why This Release Matters for Agencies and Multi-Account Sellers]]

Authentication uses Amazon Advertising's existing OAuth 2.0 flow with refresh tokens, identical to other Amazon Advertising API endpoints. This means tools already integrated with the Sponsored Products or Sponsored Brands APIs can add account management functionality using the same authentication infrastructure.

The Account Link Invites API

The account link invites API handles outbound invitation requests. You send a POST request containing the target advertiser account ID and optional metadata like marketplace preferences or campaign access levels.

The API returns an invitation ID for status tracking. Subsequent GET requests using that invitation ID return current status: pending, accepted, declined, or expired. You can also retrieve lists of all outbound invitations filtered by status or date range.

The Linked Accounts API

The linked accounts API manages the current account graph. A GET request returns all advertiser accounts currently linked to your manager account, with details like account ID, marketplace, link date, and permission levels.

This replaces manual console checks and enables automated validation—your system can periodically verify that expected accounts remain linked and alert you to unexpected changes.

Rate Limits and Best Practices

Amazon imposes rate limits on all API endpoints to prevent abuse and ensure platform stability. While official documentation should be consulted for current specifics, typical patterns apply:

  • Batch operations intelligently: Send invitation batches during off-peak hours rather than one-by-one in real-time user flows

  • Implement exponential backoff: When rate limits hit, wait progressively longer intervals before retrying

  • Cache linked account lists: Refresh every few hours rather than on every user request

  • Monitor API health: Track response times and error rates to detect platform issues early

Developer tip: Build idempotent invitation logic. If your system crashes mid-batch, retrying should check existing invitation status before sending duplicates. The invitation ID acts as a natural idempotency key.

Real-World Use Cases Beyond Basic Onboarding

Automated account audits for compliance. Agencies with strict security policies need regular verification that account access matches current client contracts.

A scheduled job using the linked accounts API can generate nightly reports of all active links, flag accounts that should no longer have access based on contract end dates in your CRM, and alert compliance teams to discrepancies.

Self-Service Client Portals

Self-service client portals. Rather than emailing account managers to request access, clients log into your portal, click "Connect Amazon Advertising," and your backend fires the invitation API.

The portal polls invitation status and displays real-time progress. When the client accepts in their Amazon Advertising console, your system detects it within minutes via the API and automatically provisions campaign management features.

Multi-Brand Enterprise Consolidation

Multi-brand enterprise consolidation. A company that acquires smaller brands running separate Amazon advertising often inherits a mess of disconnected advertiser accounts.

The linked accounts API enables programmatic inventory—query for all accounts, cross-reference with acquisition records, identify orphaned accounts, and systematically consolidate under unified manager account control.

Emergency Access Revocation

Emergency access revocation. When an employee leaves or a client relationship ends badly, you need immediate certainty that access is revoked everywhere.

While the APIs primarily manage linking, they provide the foundation for automated unlinking workflows triggered by HR system events or contract termination records.

Integration with Broader Amazon Advertising Workflows

Account management APIs don't exist in isolation—they unlock value when combined with campaign, reporting, and optimization APIs. Once your system programmatically links an advertiser account, it can immediately begin pulling campaign performance data via the reporting APIs, adjusting bids through the campaign management APIs, and analyzing results.

For AI-driven tools like TrackIQ's MCP server, programmatic account linking is foundational. An AI assistant can't provide useful insights about a seller's Amazon Ads performance until it has authenticated access to that data.

Manual invitation workflows break the seamless AI interaction model. With API-based linking, onboarding becomes part of the conversational flow: "Connect your Amazon Advertising account" triggers background API orchestration while the AI assistant continues explaining what insights it will provide.

The AI advantage: Programmatic account management enables conversational onboarding where AI assistants handle connection workflows while maintaining natural dialogue with users.

Multi-account management also intersects with Seller Central data for holistic business analysis. Advertising performance means little without context about organic sales, inventory levels, and customer behavior. Tools that combine Amazon Advertising API account management with Seller Central API access provide the complete picture sellers actually need for business decisions.

What General Availability Means (and Doesn't Mean)

GA status signals production readiness and platform commitment. Amazon moves APIs from beta to general availability when they meet reliability, performance, and support standards for broad production use.

[[TQ_IMG:https://framerusercontent.com/images/dUxvpHimN9WsWkwsF4OlTlMs.png|Real-World Use Cases Beyond Basic Onboarding]]

This means the account management APIs have passed internal quality gates, rate limit infrastructure is stable, and Amazon commits to backward compatibility and advance notice for breaking changes.

What GA Doesn't Mean

What GA doesn't mean: feature completeness. The initial release covers core invitation and link management, but agencies often need additional capabilities like granular permission controls (read-only vs. full campaign management), account grouping and labeling, or bulk invitation operations.

Amazon typically adds features to GA APIs over time based on customer feedback. The move to GA establishes a stable foundation for those future enhancements.

Security and Compliance Considerations

Manager account credentials carry significant privilege. Access to the account management APIs means the ability to request and manage relationships with any advertiser account.

Organizations using these APIs should implement careful access controls: restrict API credentials to specific applications or user roles, log all invitation and linking activity, and review linked account lists regularly for unauthorized changes.

Audit Trails and Compliance

For agencies serving clients in regulated industries or geographic regions with strict data governance requirements, programmatic account management enables better audit trails than manual console workflows.

API calls generate structured logs with timestamps, user identifiers, and action details that can feed compliance reporting systems. Manual console actions lack this structured auditability.

Data Residency Considerations

Data residency becomes relevant for global operations. While the APIs operate at a global level, the underlying advertiser data remains in marketplace-specific infrastructure.

A manager account linking to an advertiser in the EU doesn't move that advertiser's data to US systems—it creates an access relationship that respects existing data boundaries. Organizations with data residency commitments should verify this architecture with Amazon's compliance documentation.

Getting Started: Implementation Roadmap

Step one: verify manager account status. Only manager accounts can use these APIs. If your organization operates as a standard advertiser account, you'll need to request manager account conversion through Amazon Advertising support.

This typically requires demonstrating agency or tool provider status and agreeing to manager account terms.

Step two: extend existing authentication. If you already integrate with Amazon Advertising APIs for campaign management or reporting, your OAuth 2.0 implementation works for account management endpoints.

Update your token scope requests to include account management permissions and verify your refresh token flow handles the new endpoints.

Step three: build invitation workflows. Start with a simple flow: send invitation via API POST, store returned invitation ID in your database linked to the client record, poll invitation status every few hours via API GET, update your system when status changes to "accepted," then call linked accounts API to retrieve and cache the full account details.

Step four: automate the account graph. Set up a scheduled job (nightly or weekly) that calls the linked accounts API, compares results to your expected account list, and alerts on discrepancies.

This catches manual console changes, expired links, or accounts removed by advertisers.

Step five: integrate with downstream workflows. Once accounts link programmatically, trigger your existing campaign setup, reporting configuration, or data sync processes automatically rather than waiting for manual account manager action.

What This Means for the Amazon Advertising Ecosystem in 2026

The release of account management APIs to general availability signals Amazon's recognition that programmatic infrastructure wins in the long run. Agencies and tool builders that invest in API-first operations gain compounding advantages: faster onboarding, fewer errors, better client experiences, and the ability to scale without proportional headcount growth.

We're likely to see a wave of innovation in multi-account advertising tools over the next 12-18 months. Features that were operationally infeasible with manual account linking—like instant competitive benchmarking across your entire client portfolio, or AI assistants that onboard and analyze new accounts in conversational flows—become table stakes when the account graph is fully programmable.

Benefits for Sellers

For sellers, this infrastructure benefits you even if you never call an API directly. The tools you use get better, faster, and more automated. Your agency onboards you in minutes instead of days.

Your business intelligence platform connects to Amazon Advertising data without you forwarding CSV downloads. The platform becomes more useful as infrastructure improves.

Competitive Pressure on Other Platforms

Amazon's move also pressures other ad platforms to match this level of programmatic account management. Google Ads and Meta already offer similar capabilities; Amazon's GA release keeps the ecosystem competitive and ensures sellers have access to sophisticated multi-platform advertising operations.

The Path Forward

Amazon Advertising API account management via the new generally available endpoints represents foundational infrastructure that unlocks operational efficiency at scale. For agencies managing dozens or hundreds of advertiser accounts, the shift from manual console workflows to programmatic API calls eliminates a major operational bottleneck.

For SaaS tools serving Amazon sellers, seamless account linking becomes part of the product experience rather than a friction point in onboarding.

The immediate opportunity is tactical: automate what you currently do manually, reduce errors, save time. The strategic opportunity is transformational: build experiences impossible under manual workflows, scale operations without proportional cost increases, and create competitive advantages through superior infrastructure.

As Amazon continues expanding its advertising platform and more sellers recognize the value of programmatic advertising management, the account management APIs become essential infrastructure for anyone operating at scale in the Amazon ecosystem.

[[TQ_SOURCES]]Amazon Advertising API Release Notes - Account Link Management APIs | https://advertising.amazon.com/API/docs/en-us/release-notes/index#account-link-invites-and-linked-accounts-apis-now-generally-available; Amazon Advertising API Documentation | https://advertising.amazon.com/API/docs; Amazon Advertising Console | https://advertising.amazon.com; TrackIQ - AI Business Analyst for Amazon Sellers | https://trackiq.com

Jacob Heinz

Frequently asked questions

What are the Amazon Advertising account link management APIs?

The account link management APIs are two new endpoints—account link invites and linked accounts—that allow manager account admins to programmatically send invitations to advertiser accounts, retrieve invitation status, and manage linked account relationships without using the manual UI workflow in Amazon Advertising console.

Who can use the account link management APIs?

Only users with manager account admin privileges can use these APIs. Manager accounts are specialized Amazon Advertising accounts designed for agencies, tool providers, and enterprises managing multiple advertiser accounts. Standard advertiser accounts cannot access these endpoints.

What's the difference between account link invites and linked accounts APIs?

The account link invites API handles sending and managing invitation requests to advertiser accounts, while the linked accounts API retrieves and manages the list of accounts already successfully linked to your manager account. Together they cover the full lifecycle of account relationships.

Do these APIs work across all Amazon marketplaces?

Yes, the APIs operate at the global level, allowing manager accounts to request and manage access to advertiser accounts across all Amazon marketplaces where Amazon Advertising operates, including North America, Europe, Asia-Pacific, and other regions.

Can I automate account unlinking with these APIs?

The linked accounts API provides programmatic access to view and manage linked account relationships. Specific unlinking capabilities depend on the endpoint parameters—consult the official Amazon Advertising API documentation for complete method details and permissions.

The AI Business Analyst for Amazon sellers & agencies.

Built in Oklahoma, powered by your data.

© 2026 TrackIQ. All rights reserved.

Made for Amazon sellers & agencies.

The AI Business Analyst for Amazon sellers & agencies.

Built in Oklahoma, powered by your data.

© 2026 TrackIQ. All rights reserved.

Made for Amazon sellers & agencies.

The AI Business Analyst for Amazon sellers & agencies.

Built in Oklahoma, powered by your data.

© 2026 TrackIQ. All rights reserved.

Made for Amazon sellers & agencies.