Sellercentralsellercentral.amazon.com

ScoredJul 24, 2026, 11:29 AM

Sellercentral's API program shows relative strength in documentation discoverability and schema design, but partners and their AI agents face two critical gaps: the API surface lacks the concrete examples and operation-level context agents need to integrate without guessing, and there is no runnable, executable layer to get partners to a first successful call quickly. Closing these gaps — by enriching the contract with realistic examples and clear operation semantics, publishing an agent instructions file, and providing a runnable collection with test scripts — will materially shorten partner onboarding and make the API reliably usable by both humans and AI agents.

API DesignA clean, typed, well-governed API contract agents can reason about2 pass2 warn1 fail76B
SignalPointsFindingsRationale
passAuth declared & discoverablevia docs25/25authentication documented in the docs site at https://developer-docs.amazon/sp-api/docs/automate-your-sp-api-calls-using-the-c-sdk. Investigated: docs 100%, spec 50%.Agents can only authenticate when auth is declared, scoped, and discoverable.
warnMachine-readable, versioned contractvia spec18.8/25info.version="v0" set but no versioning scheme (URL / header / media type) detected. Investigated: spec 75%, docs 50%.A current OpenAPI version with a declared versioning scheme lets agents reason about the contract.
passSecurity & governance hygienevia spec15/15No credential-shaped strings detected in spec. Investigated: spec 100%, wellknown 0%.No leaked secrets, no critical lint violations, no OWASP API Top-10 spec smells, and a published vulnerability-disclosure channel.
warnSchema coverage & depthvia spec12.5/25Only 25% of operations have documented schemas. Investigated: spec 50%.Typed, complete request/response schemas are what make agent function-calling possible.
failExample coveragevia spec0/108% example coverage. Investigated: spec 0%, docs 0%.Examples carry shape semantics schemas under-specify — for humans and agents alike.
Developer ExperienceThe context both developers and agents need to integrate fast — onboarding, code samples, complete descriptions and worked examples3 pass1 warn1 fail75B
SignalPointsFindingsRationale
passSelf-service developer portalvia docs29/29Self-service signup at https://sellercentral.amazon.com/ap/signin?openid.pape.preferred_auth_policies=Policy15&openid.pape.max_auth_age=300&openid.return_to=https%3A%2F%2Fsellercentral.amazon.com%2Fget-started&openid.identity=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0%2Fidentifier_select&openid.assoc_handle=sc_na_amazon_v2&openid.mode=checkid_setup&intercept=false&language=zh_CN&openid.claimed_id=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0%2Fidentifier_select&pageId=sc_amazon_v3_unified&openid.ns=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0&ssoResponse=eyJ6aXAiOiJERUYiLCJlbmMiOiJBMjU2R0NNIiwiYWxnIjoiQTI1NktXIn0.SGPeNK8Og14a-p5OVAYN-d-v8tjvT17abBw7uWfzdny626Xk9XVcGQ.v1FP82JD_E-ycqRM.eL97kHDIlxaV71cFZhAgRJQ2qC_FPBFfnNLJAZdbBnALSN1AFDhfZ01aOkGw-1BXJAKG3plSrqwh0fqTF6QZojFVbSYyC9fls95-eMsaqg9BX2odx1ZumS674DFdAawzBMT8FQoBpoGlo1x0GdQE53PkQCjgdh3umXvEjWm-MRqb4FTuf5hkOyN8cpI8WmVGaV_sRbKe.Gxc_UjtA_TaYCelXpqqt0g; free tier / sandbox documented. Investigated: docs 100%.Self-serve key/account creation is the fast first call for partners, with no sales gate.
passDescription completenessvia spec15/15100% of operations + parameters have substantive descriptions. Investigated: spec 100%.Complete descriptions are the context humans and agents need to use endpoints.
passChangelog publishedvia spec13/13changelog documented in the docs site at https://developer-docs.amazon/sp-api/changelog. Investigated: spec 100%, docs 100%, sdk 100%.A published changelog lets partners track changes without surprise.
warnQuickstart presentvia docs12.5/25Quickstart page reachable (24 variants scanned starting at https://developer-docs.amazon/sp-api/page/404) but no runnable code sample detected in HTML or .md variant. Investigated: docs 50%.A quickstart is the fastest path from landing page to first successful call.
failCode samples in docsvia docs0/18No detectable code samples across 1 sampled docs pages. Investigated: docs 0%.Multi-language samples shorten time-to-first-call.
Agent DiscoveryPartners and their agents can find your APIs — llms.txt, registries, crawlable and reachable docs2 pass2 warn0 fail77B
SignalPointsFindingsRationale
passRegistry & SDK presencevia docs28/28Indexed on Context7 (websites/sellercentral_amazon_help_hub_reference_external, 47211 snippets). Investigated: docs 100%, sdk 0%, cli 0%.Listing in MCP registries and publishing SDKs puts the API where agents and their tooling look.
warnllms.txt present, valid & comprehensivevia docs20.6/30llms.txt is 312,609 characters (exceeds 100,000 threshold; will be truncated by most agents). Investigated: docs 69%.A valid, comprehensive llms.txt is the machine-readable entry point for agents.
passCrawlable / AEOvia wellknown12/12Docs paths crawlable by all monitored AI agents. Investigated: wellknown 100%.Bots allowed plus a fresh sitemap make docs findable by agent crawlers.
warnDocs reachable, not hard auth-gatedvia docs11.3/3050 of 50 sampled pages return 200 for non-existent URLs (soft 404). Investigated: docs 38%.Agents can only index and fetch docs they can reach — past auth gates and over correct HTTP semantics.
Agent UnderstandingAgents can correctly interpret your APIs — machine-readable errors, consistent descriptions, structured data, parseable docs1 pass3 warn2 fail61C
SignalPointsFindingsRationale
passMachine-readable errors (RFC 9457)via docs28/289 distinct 4xx/5xx response codes documented. Investigated: docs 100%, spec 50%.RFC 9457 problem details and a documented error-code inventory let agents parse failures without burning tokens.
warnAgent-navigable, token-efficient docsvia docs16.5/222 of 49 pages exceed 100K chars (max 337K). Investigated: docs 75%.Server-rendered, clean, small-footprint docs are what an agent can cheaply fetch and parse correctly.
warnDocs structured datavia docs4/8OpenGraph/meta tags only across 1 assessed pages — no JSON-LD for answer engines to cite. Investigated: docs 50%.Structured data (JSON-LD/schema.org) on docs pages gives agents an unambiguous parse target and is what answer engines cite. Detected on the JS-rendered head (Firecrawl) for a bounded page budget, so JS-injected JSON-LD is now caught; pages we can't render are excluded rather than failed.
warnDescription consistency across surfaces1.3/7Mean pairwise description similarity across 2 surfaces (spec, docs) is 7% (threshold 35% for full credit).Every surface tells the same story about what the product is.
failOperation purpose clarityvia spec0/250% of operations are agent-inferable. Investigated: spec 0%.Agents select the right endpoint from its summary + operationId; clear, named operations make tool-selection reliable — the strongest driver of correct tool choice.
failAgent instructions file (AGENTS.md)via wellknown0/10No AGENTS.md at the site root or /.well-known/. Investigated: wellknown 0%.An AGENTS.md gives coding agents explicit setup, auth, and usage instructions to interpret and operate the API — beyond llms.txt's link index.
Agent UsabilityAgents have the context to use your APIs reliably, not just find them2 pass0 warn2 fail64C
SignalPointsFindingsRationale
passRate-limit signalingvia spec22/22rate-limit behavior documented in the docs site at https://developer-docs.amazon/sp-api/docs/performance-management. Investigated: spec 100%, docs 100%.Machine-readable rate-limit headers let agents throttle adaptively.
passSandbox separationvia spec20/20sandbox documented in the docs site at https://developer-docs.amazon/sp-api/docs/onboarding-step-4-register-your-first-sandbox-application. Investigated: spec 100%, docs 100%.An isolated environment lets agents exercise destructive operations safely.
failIdempotency documentedvia spec0/270% of mutating operations document idempotency. Investigated: spec 0%, docs 0%.Documented idempotency lets agents retry safely.
failRunnable collection with test scriptsvia platform0/9No public Postman workspace discovered for the org. Investigated: platform 0%.A public, maintained collection with assertions is runnable truth agents validate against.
naPagination documented & consistent—/22No surface produced evidence for this capability in this run.Consistent, documented pagination lets agents traverse collections.
Resources Discovered

The public resources we found for Sellercentral — the evidence behind the score. All discovered from public sources; nothing here requires access to your systems.

Agent hintsContext7 (47,211)
APIs analyzed1Selling Partner API for Orders
Want to improve your results?