views:

24

answers:

2

I have taken over development of a website that integrates with Netsuite. The main way that it seems to use to get information from Netsuite about the current session (ie cart details, etc) is through the use of Javascripts. For example

http://shopping.netsuite.com/app/site/query/getcartitemcount.nl?c=xxxxxxx

gets the number of items in the cart (where c is my clients company id).

I have been trying for hours to find some kind of documentation for these as I need to get back some extra information and just can't seem to find anything useful. Does anyone know where I can find docs for these?

Thanks

A: 

Log into your Netsuite account and click the help link. Or check the Developer resources on the netsuite homepage.

Craig
Thanks for the response. Unfortunately I've spent quite a bit of time looking through those already with no joy
Addsy