Open Connector
所有 Tools

WooCommerce

Connect to WooCommerce to manage coupons, customers, orders, and products.

woocommercev1.0.024 个 Tools

认证方式

方式底层类型状态说明
Basic Authbasicavailable

调用示例

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 目录

可用 Tools

24 个可调用操作

Batch create, update, or delete WooCommerce coupons.WOOCOMMERCE_BATCH_COUPONSBatch create, update, or delete WooCommerce coupons.

Batch create, update, or delete WooCommerce coupons.

认证

需要 Connected Account

Tags

coupons
Batch create, update, or delete WooCommerce customers.WOOCOMMERCE_BATCH_CUSTOMERSBatch create, update, or delete WooCommerce customers.

Batch create, update, or delete WooCommerce customers.

认证

需要 Connected Account

Tags

customers
Batch create, update, or delete WooCommerce orders.WOOCOMMERCE_BATCH_ORDERSBatch create, update, or delete WooCommerce orders.

Batch create, update, or delete WooCommerce orders.

认证

需要 Connected Account

Tags

orders
Batch create, update, or delete WooCommerce products.WOOCOMMERCE_BATCH_PRODUCTSBatch create, update, or delete WooCommerce products.

Batch create, update, or delete WooCommerce products.

认证

需要 Connected Account

Tags

products
Create a WooCommerce coupon.WOOCOMMERCE_CREATE_COUPONCreate a WooCommerce coupon.

Create a WooCommerce coupon.

认证

需要 Connected Account

Tags

coupons
Create a WooCommerce customer.WOOCOMMERCE_CREATE_CUSTOMERCreate a WooCommerce customer.

Create a WooCommerce customer.

认证

需要 Connected Account

Tags

customers
Create a WooCommerce order.WOOCOMMERCE_CREATE_ORDERCreate a WooCommerce order.

Create a WooCommerce order.

认证

需要 Connected Account

Tags

orders
Create a WooCommerce product.WOOCOMMERCE_CREATE_PRODUCTCreate a WooCommerce product.

Create a WooCommerce product.

认证

需要 Connected Account

Tags

products
Delete a WooCommerce coupon.WOOCOMMERCE_DELETE_COUPONDelete a WooCommerce coupon.

Delete a WooCommerce coupon.

认证

需要 Connected Account

Tags

coupons
Delete a WooCommerce customer.WOOCOMMERCE_DELETE_CUSTOMERDelete a WooCommerce customer.

Delete a WooCommerce customer.

认证

需要 Connected Account

Tags

customers
Delete a WooCommerce order.WOOCOMMERCE_DELETE_ORDERDelete a WooCommerce order.

Delete a WooCommerce order.

认证

需要 Connected Account

Tags

orders
Delete a WooCommerce product.WOOCOMMERCE_DELETE_PRODUCTDelete a WooCommerce product.

Delete a WooCommerce product.

认证

需要 Connected Account

Tags

products
Retrieve a WooCommerce coupon.WOOCOMMERCE_GET_COUPONRetrieve a WooCommerce coupon.

Retrieve a WooCommerce coupon.

认证

需要 Connected Account

Tags

coupons
Retrieve a WooCommerce customer.WOOCOMMERCE_GET_CUSTOMERRetrieve a WooCommerce customer.

Retrieve a WooCommerce customer.

认证

需要 Connected Account

Tags

customers
Retrieve a WooCommerce order.WOOCOMMERCE_GET_ORDERRetrieve a WooCommerce order.

Retrieve a WooCommerce order.

认证

需要 Connected Account

Tags

orders
Retrieve a WooCommerce product.WOOCOMMERCE_GET_PRODUCTRetrieve a WooCommerce product.

Retrieve a WooCommerce product.

认证

需要 Connected Account

Tags

products
List all WooCommerce coupons.WOOCOMMERCE_LIST_COUPONSList all WooCommerce coupons.

List all WooCommerce coupons.

认证

需要 Connected Account

Tags

coupons
List all WooCommerce customers.WOOCOMMERCE_LIST_CUSTOMERSList all WooCommerce customers.

List all WooCommerce customers.

认证

需要 Connected Account

Tags

customers
List all WooCommerce orders.WOOCOMMERCE_LIST_ORDERSList all WooCommerce orders.

List all WooCommerce orders.

认证

需要 Connected Account

Tags

orders
List all WooCommerce products.WOOCOMMERCE_LIST_PRODUCTSList all WooCommerce products.

List all WooCommerce products.

认证

需要 Connected Account

Tags

products
Update a WooCommerce coupon.WOOCOMMERCE_UPDATE_COUPONUpdate a WooCommerce coupon.

Update a WooCommerce coupon.

认证

需要 Connected Account

Tags

coupons
Update a WooCommerce customer.WOOCOMMERCE_UPDATE_CUSTOMERUpdate a WooCommerce customer.

Update a WooCommerce customer.

认证

需要 Connected Account

Tags

customers
Update a WooCommerce order.WOOCOMMERCE_UPDATE_ORDERUpdate a WooCommerce order.

Update a WooCommerce order.

认证

需要 Connected Account

Tags

orders
Update a WooCommerce product.WOOCOMMERCE_UPDATE_PRODUCTUpdate a WooCommerce product.

Update a WooCommerce product.

认证

需要 Connected Account

Tags

products

Provider 资源