Cloud Elements Ecwid
Connector for the cloud-elements-ecwid API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.cloud-elements.com/elements/api-v2 - Auth:
bearer(pass your key via theapiKeyinput)
Operations
getbulkjobs— GET /bulk/jobs — Fetch all the bulk jobs for an instancegetbulkerrors— GET /bulk/{id}/errors — Retrieve the errors of a bulk job.getbulkstatus— GET /bulk/{id}/status — Retrieve the status of a bulk job.getbulkbyobjectname— GET /bulk/{id}/{objectName} — Retrieve the results of an asynchronous bulk query.getcustomers— GET /customers — Find customers in the eCommerce system, using the provided CEQL search expression. If no search expression is provided, all records will be retrievedgetcustomerbyid— GET /customers/{id} — Retrieve a customer associated with a given ID from the eCommerce system. Specifying a customer with an ID that does not exist will result in an error response
Inputs
apiKey— your cloud-elements-ecwid API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: getbulkjobs
apiKey: <your key>