${warningMessage} OK `; modal.appendChild(modalContent); document.body.appendChild(modal); document.getElementById("closeDeprecationModal").addEventListener("click", function () { localStorage.setItem(dismissedKey, "true"); modal.remove(); }); } } } // Run the function with a delay initially setTimeout(checkDeprecation, 800); // --- SPA Compatibility: Debounced observer for route/DOM changes --- let observerTimeout; const observer = new MutationObserver(() => { clearTimeout(observerTimeout); observerTimeout = setTimeout(checkDeprecation, 500); }); observer.observe(document.body, { childList: true, subtree: true }); // --- Inject global CSS for animations --- const style = document.createElement("style"); style.innerHTML = ` @keyframes slideDown { from { opacity: 0; transform: translateY(-10px); } to { opacity: 1; transform: translateY(0); } } @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } @keyframes fadeInSlideUp { from { opacity: 0; transform: translateY(-10px); } to { opacity: 1; transform: translateY(0); } } `; document.head.appendChild(style); }); For AI agents: visit https://developer-docs.amazon.com/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.Jump to ContentHomeDocumentationCode SamplesAPI ReferenceAnnouncementsModelsRelease NotesFAQGitHubVideosDefaultGerman (Germany)Spanish (Spain)French (France)Italian (Italy)Japanese (Japan)Portuguese (Brazil)Turkish (Turkey)Chinese (China)HomeSupportHomeDeveloper HubAPI StatusSupport Selling Partner APIWelcome to Selling Partner API Documentation. Learn how to get started and build applications with Amazon's REST-based SP-API. Subscribe to updates via RSS feed.DefaultHomeDocumentationCode SamplesAPI ReferenceAnnouncementsModelsRelease NotesFAQGitHubVideosGet StartedWelcome to SP-API DocumentationWhat is the Selling Partner API?Selling Partner API Onboarding OverviewView More… ChangelogSP-API Release NotesSP-API Deprecation ScheduleSP-API Product Metadata UpdatesDirectoriesSP-API ModelsSP-API Seller Use CasesSP-API Vendor Use CasesView More… RegistrationSP-API Registration OverviewDeveloper Registration Request StatusThird-Party Provider RegistrationView More… AuthorizationAuthorize ApplicationsRenew AuthorizationsRevoke AuthorizationsView More… IntegrationBuilding Robust Amazon SP-API ApplicationsSP-API SDKsDelete an Application From Your Developer AccountCalling the SP-APIConfiguration DetailsURL EncodingCall StructureView More… Solution Provider PortalManage Users in Solution Provider PortalManage Your Business And Contact information in Solution Provider PortalUpdate Your Developer Profile in Solution Provider PortalView More… TutorialsTutorial: Subscribe to the ORDER_CHANGE NotificationTutorial: Test Selling Partner API EndpointsTutorial: Automate your SP-API Calls Using a C# SDKView More… TroubleshootingTroubleshoot SP-API ErrorsResolve Common HTTP and Authorization Error CodesExternal Fulfillment ErrorsView More… Selling Partner AppstoreWhat is the Selling Partner Appstore?List Your App on the Selling Partner AppstoreEdit Your Appstore ListingView More… Service Provider NetworkList Your ServiceSecurity and ComplianceSP-API Security and Compliance OverviewAmazon Selling Partner API Guard Implementation GuideVAT Calculation ServiceView More… A+ Content APIA+ Content APIA+ Content ExamplesAmazon Warehousing and Distribution APIAmazon Warehousing and Distribution APIAmazon Warehousing and Distribution API v2024-05-09 ReferenceApp Integrations APIApp Integrations APIApplication Management APIApplication Management APICatalog Items APICatalog Items APICatalog Items API Rate LimitsCatalog Items API v2022-04-01 ReferenceCustomer Feedback APICustomer Feedback APICustomer Feedback API Rate LimitsData KioskData Kiosk APIData Kiosk Schema Explorer User GuideData Kiosk Query Processing Finished NotificationView More… Delivery by Amazon APIDelivery by Amazon APIEasy Ship APIEasy Ship APIExternal FulfillmentExternal Fulfillment Inventory APIExternal Fulfillment Returns APIExternal Fulfillment Shipping APIView More… Fulfillment By Amazon (FBA)FBA Inventory APIFBA Inventory Dynamic Sandbox GuideFeeds APIFeeds APIFeed Type ValuesFeeds JSON SchemasView More… FinancesFinances APITransfers APIFulfillment Inbound APIFulfillment Inbound APIFulfillment Inbound API FAQMigrating Fulfillment Inbound workflowsView More… Fulfillment Outbound APIFulfillment Outbound Dynamic Sandbox GuideFulfillment Outbound APIFulfillment Outbound API Rate LimitsView More… InvoicingInvoices APIInvoices API FAQShipment Invoicing APIListingsListings Items APIListings Items API Rate LimitsListings Restrictions APIView More… Merchant Fulfillment APIMerchant Fulfillment APIMessaging APIMessaging APINotifications APINotifications APINotification Type ValuesTutorial: Subscribe to the ORDER_CHANGE NotificationOrders APIOrders APITutorial: Retrieve and Pass a Purchase Order Number to a CarrierOrders API Migration GuideView More… Product Fees APIProduct Fees APIProduct Pricing APIProduct Pricing APIProduct Pricing API and Notifications FAQPrice Adjustment Automation Workflows GuideView More… Replenishment APIReplenishment APIReports APIReports APIReport Type ValuesReports JSON SchemasView More… Sales APISales APISeller Wallet APISeller Wallet APISeller Wallet API Rate LimitsSellers APISellers APIServices APIServices APIShipping APIShipping API v2 ResourcesShipping API v1 ReferenceSolicitations APISolicitations APISupply Sources APISupply Sources APIMulti-Location Inventory Integration GuideSupply Sources API Rate LimitsTokens APITokens APIUploads APIUploads APIVehicles APIVehicles APIVehicles API Rate LimitsVendor Direct Fulfillment APIsVendor Direct Fulfillment Dynamic Sandbox GuideVendor Direct Fulfillment Workflow GuideSP-API Bill-to-Party AddressesVendor Direct Fulfillment Transaction Status APIVendor Direct Fulfillment Transaction Status APIVendor Direct Fulfillment Inventory APIVendor Direct Fulfillment Inventory APIVendor Direct Fulfillment Orders APIVendor Direct Fulfillment Orders APIVendor Direct Fulfillment Shipping APIVendor Direct Fulfillment Shipping APIVendor Direct Fulfillment Payments APIVendor Direct Fulfillment Payments APIVendor Retail Procurement Invoices APIVendor Retail Procurement Invoices APIVendor Retail Procurement Orders APIVendor Retail Procurement Orders APIVendor Retail Procurement Shipments APIVendor Retail Procurement Shipments APIVendor Retail Procurement Transaction Status APIVendor Retail Procurement Transaction Status API
Welcome to Selling Partner API Documentation. Learn how to get started and build applications with Amazon's REST-based SP-API.
Subscribe to updates via RSS feed.