RELEASE 2020.1

SuiteCommerce APIs

Deprecation Notice: The backend extensibility API has been deprecated since SuiteCommerce 2020.1. Instead, you should use methods available in the frontend extensibility API, or SuiteScript 2.0 modules and methods. See the SuiteScript 2.0 topic in the NetSuite Help Center for more information about SuiteScript 2.0 methods.

SuiteCommerce includes several APIs that enable you to extend the core SuiteCommerce application to suit your business needs. Use any of the available component classes to customize the application and add new features or functions.

Developer documentation on developers.suitecommerce.com provides an overview of the extensibility API and includes a series of short tutorials that describe how to instantiate components, create views, work with asynchronous methods, and more.

Main Components

SuiteCommerce Extensibility APIs

Backend Extensibility API

DEPRECATED

Provides classes and methods that enable an extension to interact with the backend cart component of a SuiteCommerce web store.

View Classes
Frontend Extensibility API

Lets you build extensions that modify and enhance the frontend of a SuiteCommerce web store.

View API
SCIS Extensibility API

Create extensions that show modal popups in response to actions in the cart, such as adding an item or voiding a line.

View API