WooCommerce and AI agents
WooCommerce is your shop on your WordPress. Nobody decides anything for you — and nobody tidies up after you either. Thirty plugins, a theme somebody tailored two years ago, an update that landed on a Friday. The agent takes the part of all that which is text and data: the descriptions, the stock numbers, and the order that has been sitting on hold since this morning.
What an agent does in WooCommerce
- Writes product copy in your voice where the supplier's export is sitting today.
- Watches the orders stuck between statuses and tells you which ones have stopped moving on their own.
- Reconciles what WooCommerce thinks is in stock with what is actually in the back room — variation by variation, not product by product.
- Finds the pages the last catalogue change left behind: a renamed category, a changed attribute, the same old text.
- Notices what stopped working after an update and shows you where — without going into the plugins themselves.
Processes that run themselves
A playbook isn't a button — it's a process with a condition that starts it. These three are where a WooCommerce shop usually begins.
An order going nowhere
An order has been sitting on hold for three days
- Put in one place what is holding it: the payment never confirmed, the item isn't there, the address fails validation
- Pull up what the customer wrote and what was written back
- Check whether other orders from the same day are stuck too — then it isn't this order
- Bring you the case with the options laid out, touching neither the money nor the status
Stock and shelf disagree
The stock figure in WooCommerce stops matching what is in the stockroom
- Find where it split: a variation, a bundle, or a sale made off the site
- Reconstruct what happened to that item since the last count: orders, returns, hand edits, an import
- Show the gap as numbers and say which figure looks like the right one
- Set the new level only after you confirm it, rather than quietly
The catalogue moved, the pages didn't
A change goes through the catalogue: a category, an attribute or a variation
- Collect the pages the change touched whose text stayed as it was
- Rewrite the passages where the copy now contradicts the specs
- Mark the pages missing data instead of closing the gap with something plausible
- Hand it all over as one list rather than a page at a time
Where the agent stops
- Prices and discounts aren't touched on its own initiative: in a shop where you hold both the storefront and the arithmetic, the number is yours.
- It drafts descriptions but invents no properties, materials or certifications — what isn't in the source doesn't reach the page.
- Refunds and cancellations are yours: the agent assembles the correspondence, the payment and the order history, you press the button.
- It doesn't install, update or disable plugins. A broken shop isn't something to automate into — a person fixes it first.
FAQ
Will it edit products straight in WordPress?
It prepares the edit as a draft and shows it next to what the page says today. It reaches the database after you confirm, and it stays in WordPress's own revision history, so rolling back is the button that was always there. You can let it publish unattended, but that's a separate agreement about a specific kind of edit.
Is this another plugin on a site that already has thirty?
No. The connection runs on WooCommerce REST API keys that you issue in the admin and revoke whenever you like. Nothing new appears in the plugin list, and nothing new runs on every page load.
My theme is heavily customised and the checkout isn't standard. Will the agent go in there?
No. It works on content and data: products, stock, orders. Templates, functions.php and theme code sit outside it. Where an edit breaks the layout or the payment, you want the person who built that theme.
Something broke after an update. Will the agent see it?
It will, and it will tell you what stopped and when it last worked: orders aren't arriving, the feed has frozen, the confirmation email never went. After that it's a person. It doesn't roll updates back and doesn't switch plugins off, because blind that breaks more than it fixes.
Where this shows up
Walkthroughs where a WooCommerce shop carries part of the process.