https://github.com/commercetools/sphere-node-sdk
Officially supported Node.js SDK library for working with the SPHERE.IO HTTP API, with OAuth2 support.
https://github.com/commercetools/sphere-node-sdk
audit-import-export
Last synced: about 1 year ago
JSON representation
Officially supported Node.js SDK library for working with the SPHERE.IO HTTP API, with OAuth2 support.
- Host: GitHub
- URL: https://github.com/commercetools/sphere-node-sdk
- Owner: commercetools
- License: mit
- Created: 2014-01-23T00:45:57.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-11-17T12:12:03.000Z (over 1 year ago)
- Last Synced: 2025-04-20T15:17:59.605Z (about 1 year ago)
- Topics: audit-import-export
- Language: CoffeeScript
- Homepage: http://sphereio.github.io/sphere-node-sdk/
- Size: 2.22 MB
- Stars: 16
- Watchers: 27
- Forks: 8
- Open Issues: 34
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
🚨 Non-maintainable 🚨
Starting January 1, 2025, we will no longer provide maintenance or updates for the CLI ImpEx tools. After this date, this tool will no longer receive bug fixes, security patches, or new features.

# Node.js SDK
[](https://www.npmjs.org/package/sphere-node-sdk)
[](https://www.npmjs.com/package/sphere-node-sdk) [](https://travis-ci.org/sphereio/sphere-node-sdk) [](https://coveralls.io/r/sphereio/sphere-node-sdk?branch=master) [](https://david-dm.org/sphereio/sphere-node-sdk)
[commercetools](https://commercetools.com/) is a cloud-based commerce platform.
Officially supported Node.js SDK library for working with the commercetoolsâ„¢ platform HTTP API, with OAuth2 support.
## Getting Started
Install the module with `npm install sphere-node-sdk`
## Documentation
Check out the [JSDoc](http://sphereio.github.io/sphere-node-sdk/).
The module exposes some libraries which can be either used alone or together
- `SphereClient` - a high-level (promise-based) client to connect to the SPHERE.IO HTTP APIs
- `Rest` - a low-level (callback-based) client to connect to the SPHERE.IO HTTP APIs
- `*Sync` - a collection of utils to build update actions
## License
Licensed under the [MIT license](LICENSE-MIT).