Creating a New SuiteApp Version
To create a new SuiteApp version using the POST method, you must define the Minimal Required NetSuite version, SuiteApp phase, and the ZIP file of the SuiteApp. These three parameters should be formatted as form-data media type, Content-Type: multipart/form-data. The following example shows you how to create a new SuiteApp version.
POST
https://<accountID>.integration.netsuite.com/services/rest/suiteappcontrolcenter/v1/suiteapp/<applicationId>/version
Authorization: Bearer {TOKEN} nsVersion=2026.1 phase=LEADING
file=/path/to/your-suiteapp.zip
If your SuiteApp was successfully updated, you will receive a 201 created code.