Build Your Average Order Value Stack in Merchant with AI
Have the AI read your real order data, then configure frequently bought together, spending goal, and volume discounts as one system instead of three unrelated settings.
Works with AI · Ships the Abilities API
WooCommerce registers 7 abilities with the WordPress Abilities API. Connect it to Claude, ChatGPT, or Cursor with WPVibe and your assistant can call them by asking in plain English.
New to WPVibe? See what store owners do with it.
Add the free WPVibe plugin from WordPress.org to the site running WooCommerce.
Claude, ChatGPT, Cursor, and more. One click to authorize, and no passwords ever go in the chat.
Describe the outcome you want and let the assistant do the clicking.
Copy-paste playbooks, each one tested on a live WooCommerce install before it ships.
Have the AI read your real order data, then configure frequently bought together, spending goal, and volume discounts as one system instead of three unrelated settings.
Describe the offer and the AI builds it in Merchant, checks it against your running promotions, then proves it in a test cart before a customer sees it.
Hand over the merchandising busywork: bundles built, size charts created and assigned across a category, and swatches set, all in one pass.
Ask how your campaigns are converting and get the numbers plus a ranked list of what to fix first, with nothing changed on your store.
One conversation builds the sale, the countdown timer, and the free shipping bar as one set, all left switched off until you are ready.
Describe the deal in plain English and the AI builds it as a real Merchant campaign, left switched off for you to review before it runs.
WooCommerce registers these with the WordPress Abilities API under the woocommerce namespace. Your AI finds them with discover_abilities and calls them with run_ability; writes go through WPVibe’s approval gate. Registered means a fresh install of v11.1.0 ships it and we have not run it yet.
| Ability | What it does | Access | Status |
|---|---|---|---|
|
Query orders woocommerce/orders-query
|
Find orders by ID or common order filters. | Read | Registered |
|
Add order note woocommerce/order-add-note
|
Add a note to an order. | Write | Registered |
|
Update order status woocommerce/order-update-status
|
Update an order status. | Write | Registered |
|
Query products woocommerce/products-query
|
Find products by ID or common catalog filters. | Read | Registered |
|
Create product woocommerce/product-create
|
Create a product using supported catalog fields. | Write | Registered |
|
Delete product woocommerce/product-delete
|
Delete, trash, or restore a product. | Write | Registered |
|
Update product woocommerce/product-update
|
Update an existing product using supported catalog fields. | Write | Registered |
This list comes from installing WooCommerce on a clean WordPress site and reading what it registers, refreshed weekly. Verified pages go further: we run every ability through WPVibe and publish tested recipes. WooCommerce is in that queue.