Actions
| 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/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'woocommerce',
actionName: 'Create Customer',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})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 actions programmatically.
What actions does WooCommerce support?
WooCommerce supports 6 actions 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 TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.
What authentication does WooCommerce use?
WooCommerce uses Custom. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the WooCommerce integration cost?
The WooCommerce integration is included on all Weavz plans including the free tier with 1,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 2 minutes
Get 1,000 free actions every month. No credit card required.