javascript - How to create Amazon wishlist link? -


i can see people can create amazon wishlist included item , address.some link or code :

https://www.amazon.com/gp/item-dispatch/ref=cm_wl_addtocart_v_ns?session-id=133-2297636-4319425&registryid.1=86niquddne6t&offeringid.1=zn8ppykuncehzk%252fkig4t15ol%252bdnq%252fg4squfxbv9e1bcovkuez4dt88jryzwbz1uom38bx29jtwfmy2y5h1zyi%252bomxrnnjrsbvafrlr8ewzekcnw%252bag6f9a%253d%253d&submit.addtocart=1&registryitemid.1=iqyzeo1cmkgdn&quantity.1=2&ie=utf8 

or this

<form action="https://www.amazon.com/gp/item-dispatch/ref=cm_wl_addtocart_v_ns" target="_blank" method="get">  <input type="hidden" value="134-9110026-5779330" name="session-id">  <input type="hidden" value="u56ezyx00v8s" name="registryid.1">  <input type="hidden" value="zrwbnhkcww3r8hbawrjamdlqzlrtq51xs+sarf28y55gwkqppevvhftndihymveudolikioa362ecz1julifxgk1mp/f63o6sma3wzly5faxmoqmjffg0hl8rrv7eykuon0nky/+mkhoml2jmppdq872hvhzhygp" name="offeringid.1">  <input type="hidden" value="1" name="submit.addtocart">  <input type="hidden" value="iyc2m8m6hfvry" name="registryitemid.1">  <input type="hidden" value="1" name="quantity.1">  <input type="hidden" value="utf8" name="ie">  <button type="submit" class="btn btn-success">purchase order</button> </form> 

when input link, amazon show item , address in shipping page.

my question how can create lin that.have online tool or code can that.

thank !

i think can amazon account itself.

a. add item amazon wishlist.

b. click on list settings (upper left top link in wishlist page)

c. click view details of product want

d. associate delivery address product

e. might want check 'third party shipping agreement' checkbox

f. go wishlist page

h. click on share link , copy link

g. send friends

i think should create new wishlist every single product want share. don't think there upper limit on number of wishlists can create. don't know if there workaround single product otherwise.


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -