Loading...
Loading...
Ecwid integration. Manage Stores. Use when the user wants to interact with Ecwid data.
npx skill4agent add membranedev/application-skills ecwidmembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search ecwid --elementType=connector --jsonoutput.items[0].element?.idmembrane connect --connectorId=CONNECTOR_ID --jsonmembrane connection list --jsonconnectionIdmembrane action list --intent=QUERY --connectionId=CONNECTION_ID --json| Name | Key | Description |
|---|---|---|
| List Products | list-products | Search or filter products in a store catalog |
| List Orders | list-orders | Search or filter orders in the store |
| List Customers | list-customers | Search or filter customers in the store |
| List Categories | list-categories | Get all categories in the store |
| Get Product | get-product | Get a specific product by ID |
| Get Order | get-order | Get a specific order by order number |
| Get Customer | get-customer | Get a specific customer by ID |
| Get Category | get-category | Get a specific category by ID |
| Create Product | create-product | Create a new product in the store catalog |
| Create Order | create-order | Create a new order in the store |
| Create Customer | create-customer | Create a new customer in the store |
| Create Category | create-category | Create a new category in the store |
| Update Product | update-product | Update an existing product |
| Update Order | update-order | Update an existing order |
| Update Customer | update-customer | Update an existing customer |
| Update Category | update-category | Update an existing category |
| Delete Product | delete-product | Delete a product from the store catalog |
| Delete Order | delete-order | Delete an order from the store |
| Delete Customer | delete-customer | Delete a customer from the store |
| Delete Category | delete-category | Delete a category from the store |
membrane action run --connectionId=CONNECTION_ID ACTION_ID --jsonmembrane action run --connectionId=CONNECTION_ID ACTION_ID --json --input "{ \"key\": \"value\" }"membrane request CONNECTION_ID /path/to/endpoint| Flag | Description |
|---|---|
| HTTP method (GET, POST, PUT, PATCH, DELETE). Defaults to GET |
| Add a request header (repeatable), e.g. |
| Request body (string) |
| Shorthand to send a JSON body and set |
| Send the body as-is without any processing |
| Query-string parameter (repeatable), e.g. |
| Path parameter (repeatable), e.g. |
membrane action list --intent=QUERY