I'm so confused and sorry if this is dumb but I need to send my brother a link to my cart for our camping gear next Friday and I cant find a share button anywhere. My logic was there would be a link like on a website but I only see checkout... where is it?
I've organized gear for dozens of camping trips over the years, from tents to stoves. In my experience, Amazon just doesnt have a direct share button for carts.
Unfortunately, you're running into a fundamental architecture limitation with how their site is built. Amazon cart data is session-based, meaning the data lives in your browser's local storage and cookies associated with your specific login session. There is no public URL because the server doesnt generate a unique ID for a guest view of a cart contents. I ran into this exact issue when trying to spec out a custom hardware build for a client last summer. I spent hours digging for a native API toggle or some hidden developer workaround, but it basically doesnt exist because of security protocols meant to protect your personal account info. Its honestly a huge letdown for power users. Testing a few workarounds led me to these options, but they were not as good as expected:
tbh i went through this exact same headache last summer when i was prepping for a three-day kayak trip with my cousins. @Reply #2 - good point! about the session data because i literally tried to copy-paste the URL from my browser bar and sent it to three people... they all just got an empty page and thought i was messing with them. ngl it was super frustrating. learning the hard way that screenshots are a nightmare was a big lesson because people cant click the links to see specs or read reviews themselves. i ended up wasting so much time re-sending links for individual dry bags and paddles. eventually i found a better way and now i always use Cart To Link whenever i am coordinating gear for the group. it basically creates a middle-man page that actually lists the stuff in your cart so others can see it. it works pretty well but there are a few trade-offs to consider: