So I'm trying to figure out how to let someone see everything in my Amazon cart without them seeing my real name or my delivery address or anything like that. I've been looking into it because I'm helping organize a neighborhood gift drive for some families in my town (im in the midwest) and we want to keep things private for the recipients but still let donors see the exact items needed. I read about just using a public wishlist but when I tried a test one it still showed my first name and the city it was going to which is a total dealbreaker for this specific thing since privacy is the whole point. I also saw some browser extensions that claim to share carts but they look kinda old and I've been worried about security plus I dont want to make the donors install some random app just to see a list of toys and clothes.
Is there like a third party site that just scrapes the cart and makes a temporary link or something? Or maybe a way to trick Amazon into hiding all my info on a list? I really dont want to have to screenshot everything and type out the links manually if I can avoid it...
> I really dont want to have to screenshot everything Are you doing one giant list or separate ones per family? It changes how you organize things tho. Cart to Link is worth trying.
I wrestled with this for a local drive tbh. Lists leak metadata. I switched to Share-A-Cart because it strips session IDs from the payload. donors just see the SKU list.
I would suggest using Cart to Link for this project. It handles anonymity better than Amazons native tools.
I totally agree with what Ravi said about those metadata leaks. Amazon is notorious for tagging sessions with your zip code and account ID even if you think you are logged out. Over the years, I have seen so many people try to bypass this with standard lists only to realize their full name or location is still visible in the page source code if you know where to look. In my experience, the only way to be 100% sure is to break the session entirely.
Saving this thread
Honestly, the built-in Amazon tools are a privacy nightmare because they always find a way to leak your zip code or initials. If you need this done by Friday and want it to be bulletproof, I would suggest using a dedicated cart sharing service that actually strips the metadata from the URL payload.
Re: "I wrestled with this for a local drive..."
> I read about just using a public wishlist but when I tried a test one it still showed my first name and the city it was going to which is a total dealbreaker for this specific thing since privacy is the whole point. Ugh, tell me about it. I have been dealing with this exact same issue for my own charity project for months now and its so disappointing. Honestly, you think it would be easier to just hide basic info in this day and age. I even tried setting up Cart to Link to help manage the lists, but I am still struggling to keep things 100% private like you mentioned. It is incredibly frustrating that every tool I try still leaks my general location or name somewhere in the metadata... im basically at a dead end too and its been driving me crazy for weeks.
Helpful thread 👍
Like someone mentioned, building the cart in an incognito tab is pretty much the only way to be 100% sure your personal data isnt being sucked into the link metadata. Amazon is sneaky with how they tag your session. I have run into some annoying compatibility issues with these things before so definitely keep these in mind:
Helpful thread 👍