netsuite-rest

JSON →
library 1.1.0 ·javascript
verified Jun 7, 2026

A lightweight Node.js wrapper for NetSuite's SuiteTalk REST Web Services, currently at version 1.1.0. It provides a simple interface to make signed HTTP requests using Token-Based Authentication (TBA), supporting CRUD operations on records, SuiteQL queries, and HATEOAS navigation. Unlike the official NetSuite SDK, this package is a thin client that wraps the REST API directly, making it lightweight and easy to use. It has a monthly release cadence and is maintained on GitHub. Key differentiators include built-in request signing, promise-based async API, and optional custom base URL.