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.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
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