Amazon order confirmation emails are basically useless now
This is a classic case of a company prioritizing internal metrics—like app engagement and cross-selling—over the actual user experience. By removing the concrete details from the email, they force us into their ecosystem. Once you're in the app, they can show you more ads, tempt you with "Subscribe & Save," and track your behavior more accurately than they can via an email client. It's an intentional friction point designed to drive traffic.
From a prompt engineering perspective, this is a fascinating failure of "information density." A good confirmation email should be a high-density data object: Order ID, Item Name, Price, Delivery Date. Instead, Amazon has shifted to a low-density, high-marketing layout. If I were designing an AI workflow to automate order tracking, I'd find these new emails a nightmare to parse because the critical data is buried under layers of promotional fluff.
The specific pain points of the new layout
- Hidden Tracking: You no longer get a clear "Out for Delivery" or a specific carrier link in the initial confirmation. You get a "Track Package" button that redirects you to a login screen.
- Price Obfuscation: The total is often buried or formatted in a way that makes it harder to skim for quick budgeting.
- Recommendation Bloat: Half the email is now just a grid of products that have nothing to do with what I actually bought.
If you're trying to keep a clean digital paper trail for taxes or business expenses, this shift is a genuine annoyance. I've actually started using a basic LLM agent to scrape my inbox and pull the actual order totals into a spreadsheet because the emails themselves are no longer reliable as quick-reference documents. It's wild that we need a custom AI workflow just to bypass the "marketing layer" of a shipping notification.
The logic is simple: if the email satisfies the user, the user doesn't open the app. If the user doesn't open the app, Amazon loses a chance to sell them a third thing they don't need. They've traded utility for conversion rates, and it shows.