Amazon Listings
Amazon Listings API V2 — async listing deploy (202 Accepted + Location + Retry-After per RFC 7231 LRO). Includes shared deploy-report endpoints for polling status transitions Initial → Open → InProgress → Completed|Failed.
📄️ Get deployment request detail
Get detailed information about a specific deployment request by ID, including all status, progress, and related information.
📄️ List deployment history
Get paginated list of product deployment requests with their status, progress, and details. Use this to track all your deployment requests.
📄️ Deploy a product listing to Amazon (async)
Amazon Listings API is async; this endpoint accepts the listing and returns HTTP 202 Accepted with Location + Retry-After headers following RFC 7231 long-running-operation pattern. Partners poll GET /v1/report-product-deploy/{request_deploy_id} to observe status transitions Initial → Open → InProgress → Completed|Failed.