CloudBlue Connect is a supply automation platform that manages your products and services, contracts,
ordering and fulfillment, usage and subscriptions.
It supports any product, from physical goods to cloud products, as well as any channel, including your
direct and indirect sales channels and internal procurement.
With its flexible APIs, it can connect to any commerce platform.
Vendors can leverage CloudBlue Connect to:
Service providers can use CloudBlue Connect to:
Connect Javascript SDK allows an easy and fast integration with the Cloud Blue Connect Platform.
Thanks to it you can automate the fulfillment of orders generated by your products.
Connect Javascript SDK work with Node.js version 10 or later.
Connect Javascript SDK also depends on:
To install the Connect Javascript SDK from a terminal window type:
$ npm install --save @cloudblueconnect/connect-javascript-sdk
The full SDK documentation is available here.
// import the ConnectClient class
const { ConnectClient } = require('@cloudblueconnect/connect-javascript-sdk');
// create an instance of the ConnectClient class
const client = new ConnectClient('https://<your api endpoint>/', '<your api key>');
// get a list of products
const products = await client.products.search();
If you want to contribute to the Connect Javascript SDK development feel free to open issues or fork the github repository and submit your pull request.
The Connect Javascript SDK is licensed under the Apache License 2.0.