The Commerce Cloud SDK helps you create server-side integrations with Oracle Commerce Cloud Service. The Commerce Cloud SDK includes a REST client designed to connect to an Oracle Commerce Cloud server from a Node.js application. The REST client supports the Commerce Cloud Store API and Admin API, as well as APIs for external systems you want to integrate with Commerce Cloud.
To download the Commerce Cloud SDK:
On the Settings tab, click Web APIs, then click the Commerce Cloud SDK tab.
Click the download link.
Specify whether to open the ZIP file or save it.
The ZIP file contains the following files that you can read to learn about the SDK:
README.md
describes how to configure the REST client.JSDoc descriptions of the SDK’s classes and global variables. To access the JSDoc files, open the file
/oracle-commerce-sdk/docs/index.html
in the location where you saved the Commerce Cloud SDK ZIP file.