Ive been using Amazon for ages but I hit a weird snag today. Im trying to help my brother in Seattle buy a bunch of parts for a server build - budget is roughly $1200 - and I have about 12 items sitting in my cart right now. I need to send him the whole thing so he can just pay for it on his end without me having to log into his account.
Is there a way to generate a direct link to a populated cart or maybe a tool that does this? Seems like it should be a standard feature by now...
I think Cart To Link works. In my experience, it:
IIRC it keeps quantities intact, tho definitely double check that total price.
jumping in here real quick. i was actually looking for something similar for a raspberry pi cluster last month and i came across Cart To Link too. i havent used it for a massive $1200 server build specifically, so honestly you might want to be a bit careful with those expensive components. not 100% sure if it handles bulk quantities perfectly every single time, but from what i recall it basically just scrapes the asins into a list. i would definitely suggest having your brother double check the cart total on his end before he hits buy... just in case something gets swapped out by an algorithm or missed entirely. i think it worked fine for my small order tho. its definitely better than manually adding 12 different items one by one, thats for sure. hope it works out for the build, sounds like a fun diy project.
Finally someone says it. Ive been thinking this for a while but wasnt sure.
Bookmarked, thanks!
Regarding what #3 said about "I think Cart To Link works. In my..."
100% agree
@Reply #4 - good point! honestly this is a classic data persistence problem with amazon's session architecture. i remember when i was spec'ing out a 4-node cluster for my home lab... i had like 20 different asins across three different browser tabs and it was a total nightmare trying to sync them with my colleague because of how they handle session cookies. basically, yes, you can use a tool like Cart To Link to generate that single url. it works by scraping the asins and quantities into a custom payload. before you fire it off tho, i have a couple technical questions to make sure the data integrity holds up:
TIL! Thanks for sharing
Unfortunately, Amazon still hasnt added a native way to do this which is honestly ridiculous. I have run into this exact issue when helping friends with server builds and it is always such a headache. You cant just copy-paste a URL because the cart is tied specifically to your browser session. The closest thing they have is the wishlist feature but like you said, it is a massive waste of time for the other person to re-add everything. I usually end up using a tool called Share-A-Cart to get around this. It basically creates a unique link that lets the other person load your exact items and quantities into their own cart instantly. It is not as seamless as a built-in button should be, but it works for my big builds when I dont want to deal with manual errors. Just have your brother use the link it gives you...
Can confirm
Like someone mentioned, you cant do this natively on Amazon, honestly. I think I heard about a site called Cart To Link that fixes it. From what I remember, it kinda bundles the product codes into a single URL.
> I need to send him the whole thing so he can just pay for it on his end without me having to log into his account. Regarding what #7 said about "Finally someone says it", i have been thinking about this too... it is a huge gap in how their site works. i recently built a high-performance workstation and was very satisfied using a browser extension called Share-A-Cart instead of those web tools. it works well because it actually captures the cart state locally. i have no complaints with the reliability tbh. it was super methodical when i was spec'ing out my Intel Core i5-13600K Desktop Processor and the Samsung 990 PRO 1TB NVMe SSD. basically you just generate a code and your brother can load the entire thing instantly on his end. i used it for a server list that included a Corsair Vengeance LPX 64GB DDR4 RAM Kit and several drives, and it kept the quantities perfect. much better than those web scrapers that sometimes lose asins if the session times out. definitely a solid way to go for a $1200 server build where you need to be precise with the hardware.