WooCommerce
Connect to WooCommerce to manage coupons, customers, orders, and products.
Authentication
| Method | Kind | Status | Details |
|---|---|---|---|
| Basic Auth | basic | available | — |
Call a tool
import { createClient } from "@open-connector/sdk";const oc = createClient({ baseUrl: "https://api.openconnector.dev", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await oc.executeTool({ slug: "WOOCOMMERCE_BATCH_COUPONS", connectedAccountId: "conn_...", arguments: { /* match this tool's input schema */ },});import Composio from "@composio/client";const composio = new Composio({ baseURL: "https://api.openconnector.dev/composio", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await composio.tools.execute("WOOCOMMERCE_BATCH_COUPONS", { connected_account_id: "conn_...", arguments: { /* match this tool's input schema */ },});oc tools execute WOOCOMMERCE_BATCH_COUPONS --data '{ }'Tool catalog
Available tools
24 callable operations
Batch create, update, or delete WooCommerce coupons.WOOCOMMERCE_BATCH_COUPONSBatch create, update, or delete WooCommerce coupons.Connection
Batch create, update, or delete WooCommerce coupons.
Authentication
Connected account requiredTags
Batch create, update, or delete WooCommerce customers.WOOCOMMERCE_BATCH_CUSTOMERSBatch create, update, or delete WooCommerce customers.Connection
Batch create, update, or delete WooCommerce customers.
Authentication
Connected account requiredTags
Batch create, update, or delete WooCommerce orders.WOOCOMMERCE_BATCH_ORDERSBatch create, update, or delete WooCommerce orders.Connection
Batch create, update, or delete WooCommerce orders.
Authentication
Connected account requiredTags
Batch create, update, or delete WooCommerce products.WOOCOMMERCE_BATCH_PRODUCTSBatch create, update, or delete WooCommerce products.Connection
Batch create, update, or delete WooCommerce products.
Authentication
Connected account requiredTags
Create a WooCommerce coupon.WOOCOMMERCE_CREATE_COUPONCreate a WooCommerce coupon.Connection
Create a WooCommerce coupon.
Authentication
Connected account requiredTags
Create a WooCommerce customer.WOOCOMMERCE_CREATE_CUSTOMERCreate a WooCommerce customer.Connection
Create a WooCommerce customer.
Authentication
Connected account requiredTags
Create a WooCommerce order.WOOCOMMERCE_CREATE_ORDERCreate a WooCommerce order.Connection
Create a WooCommerce order.
Authentication
Connected account requiredTags
Create a WooCommerce product.WOOCOMMERCE_CREATE_PRODUCTCreate a WooCommerce product.Connection
Create a WooCommerce product.
Authentication
Connected account requiredTags
Delete a WooCommerce coupon.WOOCOMMERCE_DELETE_COUPONDelete a WooCommerce coupon.Connection
Delete a WooCommerce coupon.
Authentication
Connected account requiredTags
Delete a WooCommerce customer.WOOCOMMERCE_DELETE_CUSTOMERDelete a WooCommerce customer.Connection
Delete a WooCommerce customer.
Authentication
Connected account requiredTags
Delete a WooCommerce order.WOOCOMMERCE_DELETE_ORDERDelete a WooCommerce order.Connection
Delete a WooCommerce order.
Authentication
Connected account requiredTags
Delete a WooCommerce product.WOOCOMMERCE_DELETE_PRODUCTDelete a WooCommerce product.Connection
Delete a WooCommerce product.
Authentication
Connected account requiredTags
Retrieve a WooCommerce coupon.WOOCOMMERCE_GET_COUPONRetrieve a WooCommerce coupon.Connection
Retrieve a WooCommerce coupon.
Authentication
Connected account requiredTags
Retrieve a WooCommerce customer.WOOCOMMERCE_GET_CUSTOMERRetrieve a WooCommerce customer.Connection
Retrieve a WooCommerce customer.
Authentication
Connected account requiredTags
Retrieve a WooCommerce order.WOOCOMMERCE_GET_ORDERRetrieve a WooCommerce order.Connection
Retrieve a WooCommerce order.
Authentication
Connected account requiredTags
Retrieve a WooCommerce product.WOOCOMMERCE_GET_PRODUCTRetrieve a WooCommerce product.Connection
Retrieve a WooCommerce product.
Authentication
Connected account requiredTags
List all WooCommerce coupons.WOOCOMMERCE_LIST_COUPONSList all WooCommerce coupons.Connection
List all WooCommerce coupons.
Authentication
Connected account requiredTags
List all WooCommerce customers.WOOCOMMERCE_LIST_CUSTOMERSList all WooCommerce customers.Connection
List all WooCommerce customers.
Authentication
Connected account requiredTags
List all WooCommerce orders.WOOCOMMERCE_LIST_ORDERSList all WooCommerce orders.Connection
List all WooCommerce orders.
Authentication
Connected account requiredTags
List all WooCommerce products.WOOCOMMERCE_LIST_PRODUCTSList all WooCommerce products.Connection
List all WooCommerce products.
Authentication
Connected account requiredTags
Update a WooCommerce coupon.WOOCOMMERCE_UPDATE_COUPONUpdate a WooCommerce coupon.Connection
Update a WooCommerce coupon.
Authentication
Connected account requiredTags
Update a WooCommerce customer.WOOCOMMERCE_UPDATE_CUSTOMERUpdate a WooCommerce customer.Connection
Update a WooCommerce customer.
Authentication
Connected account requiredTags
Update a WooCommerce order.WOOCOMMERCE_UPDATE_ORDERUpdate a WooCommerce order.Connection
Update a WooCommerce order.
Authentication
Connected account requiredTags
Update a WooCommerce product.WOOCOMMERCE_UPDATE_PRODUCTUpdate a WooCommerce product.Connection
Update a WooCommerce product.
Authentication
Connected account requiredTags