Next Steps for SuiteCommerce Developer Tools and Setup

Guide to key steps in setting up SuiteCommerce developer tools for theme and extension customization.

·2 min read·View Oracle Docs

Now that your developer environment has the required JavaScript utilities installed, you are ready to download and install the Commerce developer tools and start developing your customizations. This guide outlines the essential next steps for working with various SuiteCommerce tools:

Steps for Theme Developer Tools

  1. Download and install theme developer tools
  2. Download base files for customization
    • Anatomy of the Base Theme: Recommended for beginners learning best practices.
    • Fetch Active Theme Files: Use these files if you intend to customize the currently active theme.
  3. Understand best practices for theme development
  4. Develop your theme using various available resources:
    • Customize pre-existing theme files
    • Add new files to your theme
    • Access Theme Tutorials
  5. Edit the theme manifest if introducing new HTML or Sass files.
  6. Test your theme locally before deploying.
  7. Deploy your theme to NetSuite and activate it accordingly.

Steps for Extension Developer Tools

  1. Download and install extension developer tools
  2. Create or download files for your extension
    • Create a Baseline Extension: Ideal for those new to Commerce website development.
    • Fetch Active Theme and Extension Files: Crucial for customizing extensions.
  3. Add modules to your extension to enhance functionality.
  4. Develop your extension with the available APIs, including:
    • Overview of SuiteScript, Commerce API, and Item Search API.
  5. Edit the extension manifest if necessary.
  6. Test your extension locally to ensure proper functionality.
  7. Deploy your extension to NetSuite and manage the activation process.

If you're uncertain about which tool best suits your needs, refer to the section on Choose a Tool.

Related Resources

Source: This article is based on Oracle's official NetSuite documentation.

Frequently Asked Questions (4)

Do I need to set up separate tools for theme and extension development in SuiteCommerce?
Yes, separate developer tools are required for theme and extension development. The article provides steps for downloading and installing theme and extension developer tools individually.
Are there specific best practices I should follow for theme development in SuiteCommerce?
Yes, the article highlights the importance of understanding best practices for theme development. It refers to additional resources like 'Best Practices for Creating Themes' for guidance.
Is it necessary to test my SuiteCommerce theme and extension locally before deploying?
Yes, testing your theme and extension locally is recommended to ensure they function properly before deployment to NetSuite.
Can I use the same files for customizing both themes and extensions?
No, the article suggests downloading specific base or active file sets for themes and extensions separately, indicating that different file sets should be used for customizing each.
Source: Next Steps for Each Tool Oracle NetSuite Help Center. This article was generated from official Oracle documentation and enriched with additional context and best practices.

Was this article helpful?

More in Commerce

View all Commerce articles →