WooCommerce MCP integration for AI agents.
Connect AI agents to WooCommerce through 26 structured actions, including get coupon, add order note, and create coupon. Review authentication, inputs, workf…
- ACTION CONTRACTS
- 26
- AUTHENTICATION
- Custom credentials
- SOURCE STATUS
- Provider-backed
CATALOG SOURCE REVIEWED AUGUST 23, 2026 / ACTION NAMES AND SCHEMAS DERIVED FROM WORKING MACHINES PROVIDER SOURCE
CAPABILITY PROFILE
What the WooCommerce integration exposes
The WooCommerce Agent App exposes 26 provider-backed actions for marketing work. Its current contract lets an authorized agent fetch one woocommerce coupon by coupon id, add an administrator or customer-visible note to one woocommerce order, and create a woocommerce coupon. These operations are called through Working Machines as typed capabilities rather than through browser navigation or copied UI steps.
A connection uses Custom credentials. Before execution, the agent can inspect the selected action, its required fields, declared scopes, and expected output contract. Provider credentials remain inside the Working Machines runtime; the calling agent receives the capability and its structured result, not the underlying secret.
For reliable operation, start with the narrowest action that satisfies the task, resolve stable provider identifiers before changing state, and validate the returned object or status after execution. Availability still depends on the connected WooCommerce account, granted provider permissions, workspace policy, region, plan, and upstream API behavior.
VERIFIED ACTION SAMPLE
Real WooCommerce capabilities.
Showing 12 of 26 actions. Risk labels are conservative signals based on operation names, not substitutes for provider documentation or runtime policy.
get_couponREADFetch one WooCommerce coupon by coupon ID.
INPUTS: couponId
add_order_noteWRITEAdd an administrator or customer-visible note to one WooCommerce order.
INPUTS: orderId / note / customerNote
create_couponWRITECreate a WooCommerce coupon.
INPUTS: code / discountType / amount / description / individualUse
create_orderWRITECreate a WooCommerce order with customer, address, line item, and coupon fields.
INPUTS: status / customerId / currency / billing / shipping
create_productWRITECreate a WooCommerce product with catalog, price, stock, image, and attribute fields.
INPUTS: name / type / status / sku / regularPrice
create_product_variationWRITECreate a variation for one WooCommerce variable product.
INPUTS: productId / sku / regularPrice / salePrice / manageStock
get_customerREADFetch one WooCommerce customer by customer ID.
INPUTS: customerId
get_orderREADFetch one WooCommerce order by order ID.
INPUTS: orderId
get_productREADFetch one WooCommerce product by product ID.
INPUTS: productId
get_product_variationREADFetch one WooCommerce product variation by product and variation ID.
INPUTS: productId / variationId
list_couponsREADList WooCommerce coupons with common code search and pagination metadata.
INPUTS: page / perPage / search / code / order
list_customersREADList WooCommerce customers with common filters and pagination metadata.
INPUTS: page / perPage / search / email / role
INPUT CONTRACTS
Know what the action needs before it runs.
get_coupon
couponIdREQUIRED- The WooCommerce couponId to fetch.
add_order_note
orderIdREQUIRED- The WooCommerce order ID.
noteREQUIRED- The note body to add to the order.
customerNoteOPTIONAL- Whether the note should be visible to the customer.
create_coupon
codeREQUIRED- The coupon code.
discountTypeREQUIRED- The WooCommerce coupon discount type.
amountREQUIRED- The coupon amount as a decimal string.
descriptionOPTIONAL- The coupon description.
individualUseOPTIONAL- Whether the coupon can only be used individually.
create_order
statusOPTIONAL- The WooCommerce order status.
customerIdOPTIONAL- The WooCommerce customer ID for the order.
currencyOPTIONAL- The order currency code.
billingOPTIONAL- A WooCommerce address payload used in order writes.
shippingOPTIONAL- A WooCommerce address payload used in order writes.
PROVIDER-SPECIFIC WORKFLOWS
Jobs this Agent App can support
Inspect Get Coupon
Fetch one WooCommerce coupon by coupon ID. Use this as a bounded discovery step, retain the returned identifier, and avoid expanding the read beyond the task's stated scope.
get_couponControl Add Order Note
Add an administrator or customer-visible note to one WooCommerce order. Resolve the target first, present material changes for confirmation, and make retries idempotent where the provider supports it.
add_order_noteVerify with Get Customer
Fetch one WooCommerce customer by customer ID. Compare the returned provider state with the intended outcome and preserve stable IDs or canonical links in the run record.
get_customerSAFETY BOUNDARY
Operate WooCommerce with explicit limits
- Authorize WooCommerce with Custom credentials and grant only the provider access required by the selected actions.
- 10 actions are change-capable by name. Confirm the target identity and material parameters before allowing a write.
- Do not infer permission from catalog visibility. Workspace policy, connection identity, and upstream authorization still govern execution.
- No provider scope string is declared on the sampled actions. Verify the connected account's actual permissions in WooCommerce rather than assuming unrestricted access.
- After a call, inspect the structured result and execution record before reporting that the WooCommerce task completed successfully.
CONNECTION MODEL
Custom credentials
WooCommerce uses Custom credentials. Connection requirements and availability are determined by the provider and the Working Machines deployment.
Working Machines stores provider credentials behind the execution boundary. An agent can use an authorized connection identity, but catalog discovery alone does not reveal OAuth tokens, API keys, or provider secrets.
- READ SIGNALS
- 16
- WRITE SIGNALS
- 10
- HIGH IMPACT
- 0
- REVIEW SIGNALS
- 0
EVIDENCE AND AVAILABILITY
Provider reference
Action names, input fields, authentication types, and counts on this page are generated from the Working Machines provider catalog. Provider behavior, quotas, object semantics, account eligibility, and regional availability remain governed by WooCommerce.