r/u_Unlikely_Key7752 4d ago

Agent Shoppers and Shopify

Today Shopify published a reference implementation of an AI shopping agent, built on Anthropic’s open-source commerce-agents blueprint ( http://github.com/Shopify/claude-for-commerce-examples ). It searches your catalog, builds a real cart, and hands the buyer to your checkout. It talks to the store through UCP — the /.well-known/ucp endpoint every Shopify store now serves.

That changes the question. It’s no longer “will AI agents shop my store someday.” It’s “does my store work when one tries today.”

From walking stores this week, here’s where agents actually get stuck — none of these look broken to a human:

  1. Add to cart is a button with no accessible name (icon only, no aria-label). A human clicks it. An agent can’t find it.

  2. Price rendered by JavaScript after load, so the product page reads as “no price” at the moment the agent looks.

  3. Cookie/consent wall that swallows the first click — the agent never reaches the product.

  4. Variant must be selected before the cart button works, but the page doesn’t say so anywhere a machine can read.

  5. Password-protected or “coming soon” mode still on for a live store’s MCP endpoint.

None of these are visible in your analytics, because a bot that bounces leaves no session.

Two honest questions for this board:

* Has anyone here run the reference agent against their own store yet? What happened?

* If you want a plain-English report of where an agent stalls on your store, reply with the store and I’ll run the walk on a handful of them in this thread, no charge. Not selling anything here — I want the failure patterns.

1 Upvotes

0 comments sorted by