Amazon order notification delay: what Amazon itself says
Amazon's Selling Partner API has a Notifications API. An app subscribes to the notification type ORDER_CHANGE, and Amazon drops a message in a queue whenever an order is created or changes status. That is the fastest official channel for an order alert on the seller side.
The clearest statement on speed comes from an Amazon solutions architect in the Orders API guide: "Delay of notification is usually trivial (in seconds), however, on prime day or other selling event, the delay can be up to 2 minutes."
That is guidance, not a promise. The Notifications API documentation adds: "As a best practice, we recommend that you have a means to retrieve needed information in the event of an unexpected outage or delay in notification delivery." In plain words: build a backup, because notifications can be late or missing, and nobody outside Amazon can change that.
One more detail from the documentation matters: ORDER_CHANGE covers both fulfilment types. The field FulfillmentType is "MFN or AFN", so FBM and FBA orders both trigger the notification. The role an app needs for it is Inventory and Order Tracking (or Amazon Fulfillment).
If you want the plain-language version of the whole mechanism, read how apps learn about Amazon orders.
The chain from order to phone
Between the buyer's tap and the sound on your phone, the order passes through six steps. Each adds time, and only one of them belongs to the app maker.
| Step | Who controls it | Typical time |
|---|---|---|
| 1. Buyer places the order, Amazon creates it | Amazon | Not visible to sellers |
| 2. Order appears in the Orders API, or Amazon publishes an ORDER_CHANGE message | Amazon | Seconds normally, up to 2 minutes on peak days (Amazon's words). New Pending FBA orders sometimes only after 10 to 15 minutes in the Orders API (our measurement) |
| 3. The notification queue is read, or the app asks the Orders API | App maker | Near-instant when the queue is read continuously; up to 60 seconds of waiting with one-minute polling |
| 4. App backend: discard duplicates, apply your rules, build the message | App maker | Part of our measured total |
| 5. Apple (APNs) or Google (FCM) deliver the push | Apple, Google | Seconds; neither publishes a guarantee |
| 6. Your phone shows the alert and plays the sound | You (permissions, Focus modes, battery settings) | Instant, or never if notifications are off |
Steps 2 and 5 are where almost all the time goes, and neither is in the hands of the app you install. This is why "instant" claims for Amazon order alerts deserve a careful reading: nobody outside Amazon controls when an order becomes visible.
Why the fastest channel stays silent for FBA orders in Pending
This is the part we only learned by measuring on our own account. Amazon defines Pending as "The order has been placed but payment has not been authorized." According to Amazon's report documentation, "the fulfillable date of an order is usually 30 minutes after the order has been created", so Pending normally lasts about half an hour. While an order is Pending, the Orders API returns no prices: "When an order is in the Pending state ... the getOrderItems operation does not return information about pricing, taxes, shipping charges, gift status or promotions."
What we measured
On 28 August 2026 we ran our order pipeline against our own seller account (FBA on the European marketplaces, mostly amazon.de).
- 14 orders in one day, 0 missed.
- Median 200 seconds from order to sound on the phone, with polling every minute.
- Two separate evening orders: 155 and 136 seconds.
- Amazon sent no ORDER_CHANGE push for any FBA order while it was Pending. The first push came at a later status. Orders stayed Pending for hours.
- New Pending orders sometimes appeared in the Orders API only 10 to 15 minutes after the order was placed. Our poller therefore looks back 30 minutes on every run.
The consequence is simple. If an app waits for Amazon's push, you hear about an FBA order once payment is authorised, which on our account was hours after the buyer clicked, not seconds. The "seconds" figure applies to the moment Amazon publishes a message, not to the moment the order was placed.
So we turned the layers around. Polling is our first layer: every minute we ask the Orders API for orders created in the last 30 minutes. Amazon's push is the second layer; it adds the confirmation and the final amount. A nightly comparison with Amazon's order report is the third layer, which is exactly the backup Amazon recommends. Each alert shows how long it was in transit, and the app counts missed orders with a target of zero.
Why 200 seconds and not 60? One-minute polling adds up to 60 seconds of waiting. The rest is Amazon: a new order is not always visible in the Orders API straight away. These are measurements from one account on one day, not a promise. For what the Pending status means for the amount you see, read what a Pending order means for sellers.
What the official Seller app tells you, and when
Many sellers assume the official Amazon Seller app already does this. It does not, at least not for FBA. An Amazon employee, Dominic_Amazon, wrote on the European Seller Forum: "There are no SMS push notifications for FBA, only for FBM. You can get an email every 2 hours summarizing recent FBA orders shipped, but no email as FBA orders are made."
For FBM orders the app does push, but sellers describe the timing as unpredictable. One seller on the same forum: "It decides when it'll tell you, not when there is a sale made and it may decide to tell you multiple sales at the same time." So the official route gives you either a two-hourly email (FBA) or a batched push (FBM). The exact list of what the app does and does not send is in our guide to Amazon Seller app notifications, and every way to learn about a sale, ranked by speed, is in how to get notified when you make a sale on Amazon.

Prime Day and other peak days
Amazon's own guidance names Prime Day and "other selling event" as the moments when its notifications can lag by up to 2 minutes. On a peak day, though, the extra two minutes are rarely the problem. Volume is. One sound per order turns into noise when orders arrive every few seconds.
That is why we bundle: the first order plays the cha-ching at once, and everything that arrives in the 60 seconds after it is delivered as one bundle. The daily counter tells you more than the individual sounds on such a day. Our peak-day checklist for stock, deals and alerts is in Prime Day tips for sellers.
What "fast" should mean for a seller
Speed is easy to advertise and hard to control. Four things matter more than shaving seconds:
- None missed. A notification that arrives in 90 seconds is worthless if one in ten never arrives. Ask any alert app what happens when Amazon's queue is late, and whether it compares against Amazon's order report afterwards.
- Visible transit time. If every alert shows how long it took from order to phone, you can see delays instead of guessing.
- A backup, exactly as Amazon advises. Polling plus push plus a nightly check catches what a single channel drops.
- Your phone. The best pipeline ends at a muted phone. Check notification permission, Focus or Do Not Disturb, battery optimisation on Android, and the notification channel settings. The fixes are listed in what to do when Seller app notifications stop.
For buyers
If you searched for this because you want to know where your parcel is, you are on the seller side of Amazon here. Delivery and shipment updates for your purchases are managed in the Amazon shopping app under the notification settings (Amazon's help page is called "Set up notifications"), and Amazon can also send shipment updates by text message. This article explains how a seller learns that someone bought from them.
Frequently asked questions
How fast are Amazon order notifications for sellers?
Amazon says the delay of its ORDER_CHANGE notifications is usually seconds and up to 2 minutes on Prime Day, with no guarantee. For FBA orders that are still Pending, no push arrived at all in our measurement, so an app that checks the Orders API every minute is faster in practice. We measured a median of 200 seconds from order to phone, which means usually two to three minutes after the order is placed, often faster.
Why am I no longer getting Amazon order notifications as a seller?
Start with the source. The official Seller app never pushes FBA orders, only FBM, and it batches those. If FBM pushes stopped, check the phone first: notification permission, Focus or Do Not Disturb, battery optimisation, and on Android the "Amazon Seller Order" channel. Email alerts are set in Seller Central under Settings, Notification Preferences.
How do I turn on notifications for Amazon orders as a seller?
Seller Central sends order emails for FBM orders and a two-hourly summary of shipped FBA orders; both are set under Settings, Notification Preferences. The Seller app pushes FBM orders only. A push for every order including FBA requires an app connected through the Selling Partner API with the Inventory and Order Tracking role, which you authorise on Amazon's own login page.
Does Amazon delay order notifications on Prime Day?
Yes. Amazon's own guidance says the delay is usually seconds but can be up to 2 minutes on Prime Day or other selling events. There is no service level, so on peak days a backup check of the Orders API matters more than on a normal day.
Sources
- https://github.com/amzn/selling-partner-api-samples/discussions/104
- https://developer-docs.amazon.com/sp-api/docs/notifications-api
- https://developer-docs.amazon.com/sp-api/docs/role-mappings-for-types
- https://developer-docs.amazon.com/sp-api/docs/orders-api-v0-reference
- https://developer-docs.amazon.com/sp-api/docs/report-type-values-order
- https://sellercentral-europe.amazon.com/seller-forums/discussions/t/f5866f24-e25d-4ef7-b86d-89c18a61cf54
- https://sellercentral-europe.amazon.com/seller-forums/discussions/t/5e5a75f36bedab53e6e9174010bde207



