Integration Overview
NetSuite provides multiple integration methods for connecting with external systems.
RESTlets
Custom endpoints using SuiteScript
Most FlexibleSOAP Web Services
Standard SOAP API access
Legacy StandardREST API
Native REST endpoints
ModernSuiteScript
Internal automation scripts
Server-Side Coming Soon
This appendix is under development. Full content will include code samples and architecture patterns.
RESTlets
RESTlets are SuiteScript-based endpoints that expose custom business logic via HTTP. They offer the most flexibility for custom integrations.
SOAP Web Services
NetSuite's SOAP-based web services provide access to all standard and custom record types with comprehensive CRUD operations.
REST API
The REST API provides modern RESTful access to NetSuite records with SuiteQL query support.
Common Integration Patterns
Common patterns include real-time sync, batch processing, event-driven webhooks, and ETL pipelines.
