WooCommerce
WooCommerce REST API integration for managing online stores. Provides CRUD operations for products, orders, customers, and coupons. Uses Consumer Key & Secret authentication via WooCommerce REST API v3. Connect node establishes a shared session; all resource nodes support both session-based and direct credential authentication.
| Namespace | Robomotion.WooCommerce |
| Version | 1.1.0 |
| Category | eCommerce |
| Nodes | 23 |
Nodes
| Node | Description |
|---|---|
| Connect | Opens a connection to WooCommerce and returns a Client ID. |
| Disconnect | Closes a WooCommerce connection. |
| Create Product | Creates a product in WooCommerce. |
| Get Product | Gets a product in WooCommerce. |
| Update Product | Updates a product in WooCommerce. |
| Delete Product | Deletes a product in WooCommerce. |
| List Products | Lists products in WooCommerce. |
| Create Order | Creates an order in WooCommerce. |
| Get Order | Gets an order in WooCommerce. |
| Update Order | Updates an order in WooCommerce. |
| Delete Order | Deletes an order in WooCommerce. |
| List Orders | Lists orders in WooCommerce. |
| Create Customer | Creates a customer in WooCommerce. |
| Get Customer | Gets a customer in WooCommerce. |
| Update Customer | Updates a customer in WooCommerce. |
| Delete Customer | Deletes a customer in WooCommerce. |
| List Customers | Lists customers in WooCommerce. |
| Create Coupon | Creates a coupon in WooCommerce. |
| Get Coupon | Gets a coupon in WooCommerce. |
| Update Coupon | Updates a coupon in WooCommerce. |
| Delete Coupon | Deletes a coupon in WooCommerce. |
| List Coupons | Lists coupons in WooCommerce. |
| Toolkit | Exposes this package's operations to an AI Agent as a single tool. |
Connecting
This package has a Connect node. Run it once at the start of your flow; it returns a Client ID that the other nodes take as input. Pair it with Disconnect so the connection is released when the flow ends.
Credentials belong in a Vault rather than typed into the node.
AI Agent tools
22 of these nodes are exposed as tools an AI Agent can call directly:
Connect, Disconnect, Create Product, Get Product, Update Product, Delete Product, List Products, Create Order, Get Order, Update Order, Delete Order, List Orders, Create Customer, Get Customer, Update Customer, Delete Customer, List Customers, Create Coupon, Get Coupon, Update Coupon, Delete Coupon, List Coupons.
Generated from the package spec that the Flow Designer itself loads, so the node list and every property below match the version above exactly.
It does not yet include worked examples or service-specific guidance — those are written by hand, and a plausible-sounding guess in a reference page is worse than an honest gap. If you build something useful with this package, the community is the place to share it.