Skip to content

ballerina-platform/module-ballerinax-netsuite

Repository files navigation

Ballerina NetSuite Connector

Build Status codecov GitHub release (latest by date including pre-releases) GraalVM Check License

Oracle NetSuite is a cloud business software suite for Enterprise Resource Planning (ERP), managing inventory, tracking financial transactions, hosting e-commerce stores, and maintaining Customer Relationship Management (CRM) systems. This module allows you to access the NetSuite's SuiteTalk SOAP Web services API through Ballerina.

The NetSuite connector can execute CRUD (create, read, update, delete) and search operations to perform business processing on NetSuite records and to navigate dynamically between records.

For more information, see Ballerina Documentation - ballerinax/netsuite.

Building from the Source

Setting Up the Prerequisites

  1. Download and install Java SE Development Kit (JDK) version 11 from one of the following locations.
  • Oracle

  • OpenJDK

    Note: Set the JAVA_HOME environment variable to the path name of the directory into which you installed JDK.

  1. Download and install Ballerina Swan Lake

Building the Source

Execute the commands below to build from the source.

  • To build the package:
    bal pack
    
  • To test the package after build:
    bal test
    

Contributing to Ballerina

As an open source project, Ballerina welcomes contributions from the community.

For more information, see contribution guidelines.

Code of Conduct

All contributors are encouraged to read the Ballerina Code of Conduct.

Useful Links