Problem:
As AI agents (like Google’s new shopping assistants) become common, they need a standardized way to browse products, read real-time inventory, and complete purchases without human intervention. Currently, WooCommerce lacks native support for the Universal Commerce Protocol (UCP), meaning these AI buying agents cannot easily purchase from our stores.
Solution:
I request that WooCommerce adds support for the Universal Commerce Protocol (UCP) specifications. This could be implemented either in the core software or as an official plugin.
​
Why this is critical:
Competitive Parity: Competitors like Shopify are already adopting UCP. If WooCommerce does not support it, our stores will be invisible to the next generation of AI shoppers.
​
Automation: This aligns with the future of automated commerce, allowing “agent-to-business” transactions.
Revenue: We risk losing sales from users who rely on AI assistants to find and buy products automatically.
Reference:
Google UCP Guide:
https://developers.google.com/merchant/ucp/guides
Open
Last updated: January 13, 2026
Log in to comment on this feature request.
@levitin70f87a8c40 Good question — those were exactly the friction points we hit in practice.
A few things from implementing this on a 40k+ SKU store:
• Variable products — mapping variations into a consistent agent-readable format is non-trivial. The biggest issue isn’t structure, it’s ensuring the agent can reason about selectable options without ambiguity.
• Inventory sync — less about raw stock levels, more about keeping availability + pricing consistent across rapid sequential tool calls. Agents don’t tolerate stale state the way humans do.
• Product graph accuracy — this is where most implementations break. Free-text categories and inconsistent taxonomy lead to empty or irrelevant results. We ended up relying heavily on structured taxonomy mapping to make filtering reliable.
The biggest takeaway: the protocol layer is straightforward — the complexity is in normalizing WooCommerce’s flexibility into something deterministic enough for agents to operate on.
Happy to go deeper on any of these if useful.
Hey everyone — I’m Eugene, CEO at Ivinco. We’ve been working on exactly this problem for the past few months.
The short version: we help WooCommerce stores connect to UCP and ACP (OpenAI’s Agentic Commerce Protocol) so their products show up when customers shop through ChatGPT, Gemini, and other AI assistants.
@contacte12fdfecad would love to hear about your implementation. We’ve found that the trickiest parts are handling variable products, inventory sync, and making sure the product graph stays accurate as catalogs change. What challenges did you run into?
Happy to answer questions about the protocol or share what we’ve seen from implementing it.
Why can Shopify map standard meta so quickly, and WooCommerce is taking so long? Just trying to understand
I’ve implemented UCP support in WooCommerce within a conversion-focused extension and have been working through real-world edge cases. Happy to share implementation learnings or constraints if helpful while the Woo team evaluates native support.
Any update on this woo? It would be great to know what is planned.
Shopify implemented it right away. Would be great to see it in Woocommere too
This needs to be set a priority 0 for integration, it’s coming fast. Woo needs this edge!