Oracle NetSuite
Oracle NetSuite is a cloud-based business management suite that combines ERP, financials, CRM, inventory, supply chain, ecommerce, and human capital management into a single platform for mid-market and enterprise companies. NetSuite's SuiteCloud platform exposes both REST web services (SuiteTalk REST, with OpenAPI 3.0 metadata, SuiteQL queries, and CRUD on standard and custom records) and SOAP web services (SuiteTalk SOAP), plus the RESTlets framework for exposing custom server-side SuiteScript as REST endpoints.
APIs
NetSuite SuiteTalk REST Web Services
REST-based interface to NetSuite business objects as JSON resources with CRUD operations, SuiteQL high-performance queries, and an OpenAPI 3.0 definition that provides rich obje...
NetSuite SuiteTalk SOAP Web Services
Long-standing SOAP-based integration API to NetSuite records and business logic, suitable for bulk operations, custom records, and legacy ERP integration scenarios.
NetSuite RESTlets
Framework for exposing custom server-side SuiteScript as REST endpoints hosted in NetSuite, enabling tailored integrations and custom business logic over HTTP.