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.
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:
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...
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.