Using ce-sdkifier with cloud-elements.com

TypeScript integration

✓ Official SDK
Install
npm install ce-sdkifier
Quick start
import Ce_sdkifier from 'ce-sdkifier';

const client = new Ce_sdkifier({ apiKey: "YOUR_API_KEY" });
Ping the Element to confirm that the Hub Element has a heartbeat. If the Ele…
curl \
  /ping
Find orders in the eCommerce system, using the provided CEQL search expressio…
curl \
  /orders
Get a list of all the available objects.
curl \
  /objects
SDK on GitHub 📄 API Docs
SDK
ce-sdkifier
TypeScript
API
cloud-elements.com
cloud-elements.com:ecwid
Other SDKs for cloud-elements.com
heimdall-gate cloudelements
At a glance
Language TypeScript
Endpoints42
✓ Official