Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Documentation for posting to shopping cart from external site
Is there documentation available somewhere for the parameters that are available to use to post to additemtocart.nl from an external site? I have inherited a project and this is the code snippet that is being used; I just want to understand how it works. Thanks in advance.
<form method="post" name="form" id="form" action="http://shopping.netsuite.com/app/site/query/additemtocart.nl">
<input name="buyid" id="buyid" value="649" type="hidden"/>
<input name="itemid" value="151" type="hidden"/>
<input type="hidden" value="MYCODE" name="c" />
<input type="hidden" value="1" name="n" />
0