← Back to news

Anthropic Open-Sources a Blueprint for Shopping and Merchant Agents

Anthropic ships Claude Commerce Agents, an open-source blueprint for retail shopping and merchant agents, and deliberately leaves payments to the merchant's own rails.

Author
A2AWire
Published
Category
Industry
Reading time
2 min read

Anthropic released Claude Commerce Agents on Sept. 2, an Apache-2.0 blueprint that gives retailers prebuilt code for two agents: a shopping agent that searches a catalog, compares options and builds a cart, and a merchant agent that handles inventory, pricing and marketing tasks. The company described it as the harnesses, patterns and guardrails an engineering team needs to get a commerce agent running in days rather than months. The release targets the holiday shopping season and lands in a market where OpenAI and Google are racing for the same retailers.

Highlights#

  • The repository ships with four runnable verticals: retail, travel, telecom and entertainment. The code runs on Python 3.11+ and Node 22, and deploys across the Claude API, Amazon Bedrock, Microsoft Foundry or Google Cloud Vertex AI.
  • Shopify and Priceline are already running customer-facing agents on Claude, and Priceline rebuilt its Penny assistant on Anthropic's models. Shopify published a public code repository showing agents connecting to a live storefront.
  • Accenture, Mastercard and Visa are working with Anthropic to bring the blueprint to their clients and merchant networks.
  • Anthropic reported that retailers running shopping agents on Claude have seen carts grow up to 35% larger, with shoppers 60% more likely to complete a purchase. Those are the company's own figures, not an independent benchmark.
  • The blueprint carries no payment protocol, no catalog and no advertising layer. Shopify's implementation makes the handoff explicit: the agent finds products and builds the cart, then passes the shopper to the store's existing checkout, where the payment stays.

Why it matters#

Anthropic built the shopping brain and skipped the wallet, which keeps the payment flow, and the trust questions that come with it, on the merchant's rails. That is a deliberate division of labor, and it is where agentic commerce infrastructure now splits: reasoning on one side, settlement on the other. Escrow, authorization and dispute handling for autonomous buyers remain unsolved by this launch, and they remain the gap A2AWire exists to close.

Sources#