eavz
WooCommerce

WooCommerce

E-commerce platform built on WordPress

CustomCommerce
6 actions
12 triggers

Actions

Name
Create Customer

Create a Customer

Create Coupon

Create a coupon

Create Product

Create a Product

Find Customer

Find a Customer

Find Product

Find a Product

custom_api_call

Make a custom API call to a specific endpoint

Triggers

Name
$woocommerce_trigger_product_created

Triggers when new product is created.

$woocommerce_trigger_product_updated

Triggers when an existing product is updated.

$woocommerce_trigger_product_deleted

Triggers when an existing product is deleted.

$woocommerce_trigger_order_created

Triggers when new order is created.

$woocommerce_trigger_order_updated

Triggers when an existing order is updated.

$woocommerce_trigger_order_deleted

Triggers when an existing order is deleted.

$woocommerce_trigger_coupon_created

Triggers when new coupon is created.

$woocommerce_trigger_coupon_updated

Triggers when an existing coupon is updated.

$woocommerce_trigger_coupon_deleted

Triggers when an existing coupon is deleted.

$woocommerce_trigger_customer_created

Triggers when new customer is created.

$woocommerce_trigger_customer_updated

Triggers when an existing customer is updated.

$woocommerce_trigger_customer_deleted

Triggers when an existing customer is deleted.

Quick Start

TypeScript
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.