ecwid Skill
cloud-elements-com-ecwid
cloud-elements-com-ecwid
| Method | Path | Description |
|---|---|---|
POST | /bulk/download | |
GET | /bulk/jobs | Create a new bulk download job (asynchronous) |
POST | /bulk/query | Fetch all the bulk jobs for an instance |
PUT | /bulk/{id}/cancel | Create an asynchronous bulk query job. |
GET | /bulk/{id}/errors | Cancel an asynchronous bulk query job. |
GET | /bulk/{id}/status | Retrieve the errors of a bulk job. |
GET | /bulk/{id}/{objectName} | Retrieve the status of a bulk job. |
POST | /bulk/{objectName} | Retrieve the results of an asynchronous bulk query. |
POST | /customers | Upload a file of objects to be bulk uploaded to the provider. |
GET | /customers | Create a new customer in eCommerce system.With the exception of the 'id' field, the required fields indicated in the 'Customer' model are those required to create a new customer |
PATCH | /customers/{id} | Find customers in the eCommerce system, using the provided CEQL search expression. If no search expression is provided, all records will be retrieved |
GET | /customers/{id} | Update an customer associated with a given ID in the eCommerce system.The update API uses the PATCH HTTP verb, so only those fields provided in the customer object will be updated... |
DELETE | /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 |
GET | /customers/{id}/orders | Delete a customer associated with a given ID from your eCommerce system. Specifying a customer associated with a given ID that does not exist will result in an error message |
GET | /objects | Find orders in the customer associated with a given ID. If the customer does not exist, an error response will be returned. If no orders are found in the given customer then an em... |
GET | /objects/{objectName}/docs | Get a list of all the available objects. |
GET | /objects/{objectName}/metadata | Get swagger docs for an object. |
POST | /orders | Get a list of all the fields for an object. |
GET | /orders | Create an order in the eCommerce system.With the exception of the 'id' field, the required fields indicated in the 'Order' model are those required to create a new order.The payme... |
PATCH | /orders/{id} | Find orders in the eCommerce system, using the provided CEQL search expression. If no search expression is provided, all records will be retrieved |
GET | /orders/{id} | Update an order associated with a given ID in the eCommerce system. The update API uses the PATCH HTTP verb, so only those fields provided in the order object will be updated, and... |
DELETE | /orders/{id} | Retrieve an order associated with a given ID from the eCommerce system. Specifying an order with an ID that does not exist will result in an error response |
GET | /orders/{orderId}/payments | Delete an order associated with a given ID from your eCommerce system. Specifying an order associated with a given ID that does not exist will result in an error message |
GET | /orders/{orderId}/refunds | Retrieve the payments in the eCommerce system for the specified order |
GET | /ping | Retrieve the refunds in the eCommerce system for the specified order |
POST | /products | Ping the element to confirm that the hub element has a heartbeat. If the element does not have a heartbeat, an error message will be returned. |
GET | /products | Create a new product in eCommerce system.With the exception of the 'id' field, the required fields indicated in the 'Product' model are those required to create a new product |
PATCH | /products/{id} | Find products in the eCommerce system, using the provided CEQL search expression. The search expression in CEQL is the WHERE clause in a typical SQL query, but without the WHERE k... |
GET | /products/{id} | Update a product associated with a given ID in the eCommerce system. The update API uses the PATCH HTTP verb, so only those fields provided in the product object will be updated,... |
DELETE | /products/{id} | Retrieve a product associated with a given ID from the eCommerce system. Specifying a product with an ID that does not exist will result in an error response |
Use this API as a Claude Code skill for instant agent access.
lapsh skill-install cloud-elements-com-ecwid
Downloads and installs to ~/.claude/skills/cloud-elements-com-ecwid/
api-v2 (2026-02-13)