Oracle NetSuite website screenshot

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.

Oracle NetSuite publishes 5 APIs on the APIs.io network. Tagged areas include ERP, CRM, Financials, Accounting, and Inventory.

Oracle NetSuite’s developer surface includes documentation, signup flow, and 6 more developer resources.

24.6/100 emerging ▬ flat Agent 13/100 agent aware saas Full breakdown ↓
scored 2026-09-08 · rubric v0.20.0
5 APIs
ERPCRMFinancialsAccountingInventoryE-CommerceBusiness ManagementCloud ERP

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-09-08 · rubric v0.20.0
Create-or-Update Ergonomics could not be measured. We hold no machine-readable contract for this provider to read, so there is nothing to measure a write surface against. Excluded rather than scored zero: never-measured and measured-empty are different facts. Publishing an OpenAPI is what makes this facet — and several others — scorable at all.
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. Every facet and dimension name above is a link: it opens that measurement's own page — what it means, the exact checks that feed it, how the whole catalog distributes on it, and the providers at the top of it. This rating is computed from github.com/api-evangelist/netsuite: open an issue to ask a question, or submit a pull request to add artifacts. Submit an artifact on GitHub — free → Manage your own listing — the Influence plan, $499/mo →

APIs 5

Individual APIs this provider publishes, each with its own machine-readable definition.

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.

Oracle NetSuite SuiteTalk REST Record API

REST Web Services API for creating, reading, updating, and deleting NetSuite records such as customers, vendors, sales orders, invoices, items, and journal entries. Authenticati...

Oracle NetSuite SuiteQL Query API

REST endpoint for executing SuiteQL (SQL-like) queries against NetSuite records and transactions for reporting and integration use cases. Returns paginated JSON results and uses...

GraphQL 2

GraphQL schemas published by this provider.

Oracle NetSuite GraphQL Schema

This conceptual GraphQL schema represents the Oracle NetSuite cloud ERP data model, derived from the SuiteTalk REST Web Services API, REST Record API, SuiteAnalytics Connect, an...

GRAPHQL

Oracle NetSuite GraphQL Schema

This conceptual GraphQL schema represents the Oracle NetSuite ERP platform, covering financials, accounting, order management, inventory, CRM, HR, and professional services auto...

GRAPHQL

Security Posture 1

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Netsuite Domain Security

TLSv1.3 · DMARC

SECURITY

Resources

Get Started 2

Portal, sign-up, and the first successful call

Documentation 1

Reference material describing how the API behaves

Build 1

SDKs, sample code, and the tooling you integrate with

Access & Security 1

Authentication, authorization, and security posture

Company 2

The organization behind the API

Other 1

Properties that don't map to a standard resource type

Source (apis.yml)

apis.yml Raw ↑
aid: netsuite
name: Oracle NetSuite
description: 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.
type: Index
deliveryModel:
  model: saas
  open_source: false
  commercial: true
  callable_host: false
  label: Hosted service · you call their endpoint
  confidence: medium
  source:
  - pricing
  generated: '2026-08-28'
  method: derived
accessModel:
  pricing: unknown
  onboarding: unknown
  trial: false
  try_now: false
  public: false
  label: Unknown
  confidence: low
  source: []
  generated: '2026-07-22'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/netsuite.png
tags:
- ERP
- CRM
- Financials
- Accounting
- Inventory
- E-Commerce
- Business Management
- Cloud ERP
tags_raw:
- ERP
- CRM
- Financials
- Accounting
- Inventory
- Ecommerce
- Business Management
- Cloud ERP
url: https://raw.githubusercontent.com/api-evangelist/netsuite/refs/heads/main/apis.yml
created: '2026-05-11'
modified: '2026-05-11'
specificationVersion: '0.23'
apis:
- aid: netsuite:suitetalk-rest
  name: NetSuite SuiteTalk REST Web Services
  description: 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 object metadata for records and metadata.
  humanURL: https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/book_1559132836.html
  baseURL: https://{accountid}.suitetalk.api.netsuite.com/services/rest
  tags:
  - REST
  - SuiteQL
  - Records
  - Metadata
  properties:
  - type: Documentation
    url: https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/book_1559132836.html
  - type: Overview
    url: https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/chapter_1540391670.html
  - type: API Browser
    url: https://system.netsuite.com/help/helpcenter/en_US/APIs/REST_API_Browser/record/v1/2023.1/index.html
  - url: graphql/netsuite-graphql.md
    type: GraphQL
- aid: netsuite:suitetalk-soap
  name: NetSuite SuiteTalk SOAP Web Services
  description: Long-standing SOAP-based integration API to NetSuite records and business logic, suitable for bulk operations,
    custom records, and legacy ERP integration scenarios.
  humanURL: https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/book_1495296234.html
  baseURL: https://{accountid}.suitetalk.api.netsuite.com/services/NetSuitePort_{version}
  tags:
  - SOAP
  - Web Services
  - ERP
  properties:
  - type: Documentation
    url: https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/book_1495296234.html
- aid: netsuite:restlets
  name: NetSuite RESTlets
  description: Framework for exposing custom server-side SuiteScript as REST endpoints hosted in NetSuite, enabling tailored
    integrations and custom business logic over HTTP.
  humanURL: https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/chapter_4618456517.html
  baseURL: https://{accountid}.restlets.api.netsuite.com/app/site/hosting/restlet.nl
  tags:
  - RESTlet
  - SuiteScript
  - Custom Endpoints
  properties:
  - type: Documentation
    url: https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/chapter_4618456517.html
- aid: netsuite:suitetalk-rest-record-api
  name: Oracle NetSuite SuiteTalk REST Record API
  description: REST Web Services API for creating, reading, updating, and deleting NetSuite records such as customers, vendors,
    sales orders, invoices, items, and journal entries. Authentication uses OAuth 2.0 (auth code, M2M client credentials,
    or token-based auth) against the account's suitetalk.api.netsuite.com endpoint.
  humanURL: https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/book_1559132836.html
  baseURL: https://{accountId}.suitetalk.api.netsuite.com/services/rest/record/v1
  tags:
  - ERP
  - Records
  - Customers
  - Invoices
  - Sales Orders
  - Authentication
  tags_raw:
  - ERP
  - Records
  - Customers
  - Invoices
  - Sales Orders
  - OAuth 2.0
  properties:
  - type: Documentation
    url: https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/book_1559132836.html
  - type: OAuth 2.0
    url: https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/section_157780312610.html
  - type: Authentication Overview
    url: https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/chapter_4369651411.html
  - url: graphql/oracle-netsuite-graphql.md
    type: GraphQL
- aid: netsuite:suiteql-query-api
  name: Oracle NetSuite SuiteQL Query API
  description: REST endpoint for executing SuiteQL (SQL-like) queries against NetSuite records and transactions for reporting
    and integration use cases. Returns paginated JSON results and uses the same OAuth 2.0 flows as the Record API.
  humanURL: https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/book_1559132836.html
  baseURL: https://{accountId}.suitetalk.api.netsuite.com/services/rest/query/v1/suiteql
  tags:
  - SuiteQL
  - Query
  - Reporting
  - Analytics
  properties:
  - type: Documentation
    url: https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/book_1559132836.html
common:
- type: DomainSecurity
  url: security/netsuite-domain-security.yml
- type: GitHubOrganization
  url: https://github.com/netsuite
- type: LinkedIn
  url: https://www.linkedin.com/company/netsuite
- type: Website
  url: https://www.netsuite.com/
- type: Documentation
  url: https://docs.oracle.com/en/cloud/saas/netsuite/
- type: DeveloperPortal
  url: https://www.netsuite.com/portal/platform/developer/suitecloud-developer-tools.shtml
- type: SuiteTalk Platform
  url: https://www.netsuite.com/portal/platform/developer/suitetalk.shtml
- type: Signup
  url: https://www.netsuite.com/portal/forms/free-product-tour.shtml
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com

Work with this as data

Every provider here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for providers

9 MCP tools reach this
  • find_providersBrowse and filter every provider in the catalog.
  • get_provider_artifactsEvery artifact this provider publishes, grouped by type.
  • get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
  • get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
  • get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
  • get_provider_ratingPRO — composite, band, trend and facet scores.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This provider
curl "https://apis.io/api/v1/providers/netsuite"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/netsuite/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/netsuite/evidence"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.