twin releases
NetSuite twin — releases
Simulates NetSuite REST Web Services API (2024.1) for Financials Core — Accounts (Chart of Accounts), Customers, Vendors, Invoices, Bills, CustomerPayments, VendorPayments, JournalEntries, SalesOrders, PurchaseOrders, CreditMemos, and VendorCredits. Includes polling-based change detection via lastModifiedDate queries and OAuth 2.0 bearer token authentication.
v0.2.0
SDK target: github.com/jacobsvante/netsuite @ v1.x
Features
- Chart of Accounts CRUD with account hierarchies
- Customers and Vendors with contact roles
- Invoices, Bills, Customer Payments, and Vendor Payments
- Journal Entries with line items and class/department tagging
- Sales Orders, Purchase Orders, Credit Memos, and Vendor Credits
- Polling-based change detection via
lastModifiedDatequery parameter - OAuth 2.0 bearer token authentication
Coverage
- 10/12 resource groups covered (85%) against the NetSuite REST Web Services API 2024.1
- Scoped to Financials Core domain
Known limitations
- SuiteQL query language not yet supported (REST resources only)
- SuiteScript execution and customization not yet supported
- Inventory management (Item Receipts, Inventory Adjustments) not yet supported
- Token-based authentication (TBA) not yet supported — OAuth 2.0 only