RELEASE 2020.1
Extend SuiteCommerce
The SuiteCommerce Extensibility API lets you 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
- Cart
- Checkout
- CMS
- Environment
- Layout
- LoginRegister
- MyAccountMenu
- PageTypeBaseView
- PageType
- PDP (Product Details Page)
- PLP (Product List Page)
- SCCollection
- SCModel
- UserProfile
SuiteCommerce Extensibility APIs
SuiteCommerce provides several APIs that let you extend and customize the core functionalities of SuiteCommerce. Using the APIs makes it easier to build extensions and ensures that extensions remain compatible with future updates to the SuiteCommerce and NetSuite application code. The following APIs are available for SuiteCommerce:
Frontend Extensibility API
Lets you build extensions that modify and enhance the frontend of a SuiteCommerce web store.
View ClassesBackend Extensibility API
DEPRECATED
Provides classes and methods that enable an extension to interact with the backend cart component of a SuiteCommerce web store.
View APISCIS 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