Tools
| Name | Description |
|---|---|
Create CustomerCreate a Customer | Create a Customer |
Create CouponCreate a coupon | Create a coupon |
Create ProductCreate a Product | Create a Product |
Find CustomerFind a Customer | Find a Customer |
Find ProductFind a Product | Find a Product |
custom_api_callMake a custom API call to a specific endpoint | Make a custom API call to a specific endpoint |
Triggers
| Name | Description |
|---|---|
$woocommerce_trigger_product_createdTriggers when new product is created. | Triggers when new product is created. |
$woocommerce_trigger_product_updatedTriggers when an existing product is updated. | Triggers when an existing product is updated. |
$woocommerce_trigger_product_deletedTriggers when an existing product is deleted. | Triggers when an existing product is deleted. |
$woocommerce_trigger_order_createdTriggers when new order is created. | Triggers when new order is created. |
$woocommerce_trigger_order_updatedTriggers when an existing order is updated. | Triggers when an existing order is updated. |
$woocommerce_trigger_order_deletedTriggers when an existing order is deleted. | Triggers when an existing order is deleted. |
$woocommerce_trigger_coupon_createdTriggers when new coupon is created. | Triggers when new coupon is created. |
$woocommerce_trigger_coupon_updatedTriggers when an existing coupon is updated. | Triggers when an existing coupon is updated. |
$woocommerce_trigger_coupon_deletedTriggers when an existing coupon is deleted. | Triggers when an existing coupon is deleted. |
$woocommerce_trigger_customer_createdTriggers when new customer is created. | Triggers when new customer is created. |
$woocommerce_trigger_customer_updatedTriggers when an existing customer is updated. | Triggers when an existing customer is updated. |
$woocommerce_trigger_customer_deletedTriggers when an existing customer is deleted. | Triggers when an existing customer is deleted. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('woocommerce', 'Create Customer', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'woocommerce',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect WooCommerce to my app?
Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does WooCommerce support?
WooCommerce supports 6 tools including Create Customer, Create Coupon, Create Product, Find Customer, Find Product, and more.
Can I use WooCommerce with AI agents?
Yes. Add WooCommerce to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
How do I connect WooCommerce to ChatGPT or Claude?
Open the Weavz connector setup, sign in, choose a workspace, and add WooCommerce as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped WooCommerce tools exposed by that workspace.
Does WooCommerce work with Claude Code, Cursor, Codex, and local agents?
Yes. Remote and local MCP clients can connect to a Weavz MCP endpoint for the workspace. Local coding agents can also use the Weavz CLI to inspect apps, discover actions, run approved WooCommerce work, and execute Code Mode workflows from a terminal.
What can I ask an AI agent to do with WooCommerce?
WooCommerce exposes 6 tools, including Create Customer, Create Coupon, Create Product, Find Customer, Find Product, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.
Can WooCommerce be used in stateful agent workflows?
Yes. Agents can combine WooCommerce tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does WooCommerce use?
WooCommerce uses Custom. Weavz stores credentials securely and uses them for authorized action execution.
How much does the WooCommerce integration cost?
The WooCommerce integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does WooCommerce support?
WooCommerce supports 12 triggers including Product Created, Product Updated, Product Deleted, Order Created, Order Updated, and more.
Connect WooCommerce in minutes
Get 20,000 free action executions every month. No credit card required.