API Migration Guard Run free scan

Migration assurance

SP-API deprecated operations scanner: migration guide and scanner checklist

SP-API deprecated operations scanner explains what replaces Deprecated operations, endpoints and report constants, the removal date, the migration risks to validate, and how API Migration Guard detects the pattern.

TL;DR

Deprecated itemRemoval dateReplacementMigration riskScanner detection
Deprecated operations, endpoints and report constantsBefore Amazon removes the resourceA scanner report with rule IDs, severity and validation stepsDeprecated usage can live in helper wrappers, SDK adapters, scheduled jobs and parser configs.AMZ-ORD-ENDPOINT-001, AMZ-FIN-ENDPOINT-001, AMZ-SET-REPORT-001

Official status

Amazon documentation lists Deprecated operations, endpoints and report constants as in-scope for this migration. Use the official source before code freeze because deadlines and replacement details can change.

Production buying workflow

This page is written for a real migration decision, not a generic lead form. The free scan should answer whether the codebase contains deadline-linked evidence; the sample report should prove the artifact shape; the paid unlock should only happen when the team needs file-level findings, remediation notes and exportable evidence.

StageUser questionPage evidence
Free scanDo we have deprecated SP-API usage?Rule IDs, severity and redacted evidence preview.
Sample reportCan engineering use the output?HTML, JSON, CSV, SARIF and evidence package examples.
Paid unlockIs the evidence actionable enough to buy?Detailed findings, validation checklist and exportable handoff package.

Scanner evidence contract

This page clarifies what a static scanner can and cannot prove. It should attract engineering users who search for exact operation names, then guide them into manual review for generated clients, dynamic strings and intentionally accepted exceptions.

EvidenceProfessional handling
Endpoint stringMap to module, deadline and replacement before assigning severity.
SDK method callPreserve surrounding snippet and call owner so the developer can patch quickly.
Report type constantPair with parser validation because settlement risk is often downstream from the request.
Comment or fixtureFlag lower confidence and require reviewer decision before counting as production usage.

Removed resource and replacement

Old resourceReplacementDeadlineValidation outcome
Deprecated operations, endpoints and report constantsA scanner report with rule IDs, severity and validation stepsBefore Amazon removes the resourceDeprecated usage can live in helper wrappers, SDK adapters, scheduled jobs and parser configs.

What breaks

AreaBreakage
Code patternTeams miss deprecated usage hidden in source, fixtures, generated clients or parser utilities.
Payload or schemaOutput can appear healthy while API/report payload shape changed underneath.
Permission or data accessAccess, role, retention or payment boundaries can block the commercial handoff.
Pagination, status or field mappingPagination, deadlines and sample-data reconciliation need module-specific validation.

Before/after example

The example is intentionally small so the migration shape is visible in a code review.

Before:
const url = "/orders/v0/orders"; const reportType = "GET_V2_SETTLEMENT_REPORT_DATA_XML";

After:
scan source, inspect typed evidence, assign migration owners and re-scan after fixes

Scanner detection

Rule IDSeverityEvidence patternFalse positive conditionValidation step
AMZ-ORD-ENDPOINT-001, AMZ-FIN-ENDPOINT-001, AMZ-SET-REPORT-001Depends on module and evidence typeDeprecated operations, endpoints and report constantsDocumentation, comments, generated clients or test fixtures can require manual review.Run a free scan across Orders, Settlement and Finances source paths.

Migration checklist

Common mistakes

Sample report preview

The public sample report shows the same evidence shape used by paid reports: rule ID, severity, file location, redacted evidence, migration mapping, validation step and quality gate.

FAQ

Who is SP-API deprecated operations scanner for?

Developers, agencies and SaaS teams preparing Amazon SP-API cutovers.

Does the tool execute code?

No. It uses static analysis and sample validators only.

What should I do after a free scan?

Review the evidence, inspect the sample report format and unlock the detailed report if the findings are actionable.

Official sources

Internal migration links

Validate SP-API deprecated operations scanner in your source

Run a static scan, review the sample report shape, then unlock the detailed migration report when the evidence is useful.

Recommended next action