Skip to main content

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.

NamespaceRobomotion.WooCommerce
Version1.1.0
CategoryeCommerce
Nodes23

Nodes

NodeDescription
ConnectOpens a connection to WooCommerce and returns a Client ID.
DisconnectCloses a WooCommerce connection.
Create ProductCreates a product in WooCommerce.
Get ProductGets a product in WooCommerce.
Update ProductUpdates a product in WooCommerce.
Delete ProductDeletes a product in WooCommerce.
List ProductsLists products in WooCommerce.
Create OrderCreates an order in WooCommerce.
Get OrderGets an order in WooCommerce.
Update OrderUpdates an order in WooCommerce.
Delete OrderDeletes an order in WooCommerce.
List OrdersLists orders in WooCommerce.
Create CustomerCreates a customer in WooCommerce.
Get CustomerGets a customer in WooCommerce.
Update CustomerUpdates a customer in WooCommerce.
Delete CustomerDeletes a customer in WooCommerce.
List CustomersLists customers in WooCommerce.
Create CouponCreates a coupon in WooCommerce.
Get CouponGets a coupon in WooCommerce.
Update CouponUpdates a coupon in WooCommerce.
Delete CouponDeletes a coupon in WooCommerce.
List CouponsLists coupons in WooCommerce.
ToolkitExposes 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.

About this page

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.