Loading...
Loading...
Woocommerce integration. Manage Products, Orders, Customers, Reports, TaxRates, ShippingMethods. Use when the user wants to interact with Woocommerce data.
npx skill4agent add membranedev/application-skills woocommercemembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search woocommerce --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 Orders | list-orders | Retrieve a list of orders from the WooCommerce store with optional filtering |
| List Products | list-products | Retrieve a list of products from the WooCommerce store with optional filtering |
| List Customers | list-customers | Retrieve a list of customers from the WooCommerce store |
| List Coupons | list-coupons | Retrieve a list of coupons from the WooCommerce store |
| List Product Categories | list-product-categories | Retrieve a list of product categories |
| Get Order | get-order | Retrieve a single order by ID |
| Get Product | get-product | Retrieve a single product by ID |
| Get Customer | get-customer | Retrieve a single customer by ID |
| Get Coupon | get-coupon | Retrieve a single coupon by ID |
| Create Order | create-order | Create a new order in the WooCommerce store |
| Create Product | create-product | Create a new product in the WooCommerce store |
| Create Customer | create-customer | Create a new customer in the WooCommerce store |
| Create Coupon | create-coupon | Create a new coupon in the WooCommerce store |
| Update Order | update-order | Update an existing order by ID |
| Update Product | update-product | Update an existing product by ID |
| Update Customer | update-customer | Update an existing customer by ID |
| Delete Order | delete-order | Delete an order by ID |
| Delete Product | delete-product | Delete a product by ID |
| Delete Customer | delete-customer | Delete a customer by ID |
| Delete Coupon | delete-coupon | Delete a coupon by ID |
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