Make async requests to NetSuite SuiteTalk SOAP, REST Web Services, and Restlets. Detailed documentation available here.
Join the Slack channel for help with NetSuite issues. Please do not post usage questions as issues in GitHub.
There are some additional helpful resources for NetSuite development listed here.
With default features (REST API + Restlet support):
pip install netsuite
With Web Services SOAP API support:
pip install netsuite[soap_api]
With CLI support:
pip install netsuite[cli]
With orjson
package (faster JSON handling):
pip install netsuite[orjson]
With all features:
pip install netsuite[all]
Is found here: https://jacobsvante.github.io/netsuite/