Claude Commerce Agents: an Apache-2.0 blueprint you own
Anthropic open-sourced reference shopping and merchant agents under Apache-2.0. The code is free; the catalog, cart and checkout integration is the actual work.
Anthropic published Claude Commerce Agents, a reference blueprint for building shopping and merchant agents, under the Apache-2.0 license on GitHub. It is Python, it went up on September 1, and it is already past 1,600 stars. For anyone running a store, the useful part of this commerce agent blueprint is not the agent loop. It is the list of integration points it forces you to name.
What actually happened
The repo ships two reference implementations (Anthropic, github.com/anthropics/commerce-agents). A shopping agent handles natural-language product search, multi-item requests, personalized recommendations, cart building and in-conversation customer service, then hands the customer to checkout. A merchant agent analyzes sales, tracks inventory, recommends pricing and promotions and drafts marketing campaigns — with human approval required before anything goes live.
Both are built on the Messages API, the Agent SDK, or Claude Managed Agents (beta), and they run on the Claude API, Amazon Bedrock, Microsoft Foundry and Google Cloud Vertex AI. There is a Claude Code plugin for scaffolding an implementation against your own backend, plus self-guided demos across retail, travel, telecom and ticketing. Shopify published its own set of implementations on top of the blueprint, wiring a storefront agent over UCP and Sign in with Shop and a merchant agent over the Admin API.
Anthropic says enterprise customers running shopping agents have seen carts "up to 35% larger" and shoppers "60% more likely" to complete a purchase. Treat those as vendor-reported: no methodology, no baseline, no named account attached to either number. The code is verifiable. The lift is not.
Why an open commerce agent blueprint matters for your business
Read the integration list, because it is a bill of materials for your own data: catalog, cart, checkout, customer preferences, order history. Every one of those is a place where a small retailer's system is a spreadsheet, a plugin, or a field somebody types by hand. The blueprint assumes each is an API that answers correctly and fast. That gap — not the model — is why most agent pilots stall.
Apache-2.0 is the second thing worth noticing. The harness is yours to fork, and it deploys on four different clouds, which means the model is a swappable component and your product data is not. We build vendor-agnostic systems for exactly this reason: the labs will keep releasing better agents, and the only durable asset is a catalog clean enough that any of them can read it.
And keep the approval gate the merchant agent already has. An agent that recommends a price change and waits is a tool. An agent that applies one is an incident with a delay on it.
Key takeaways
- Anthropic's commerce-agents blueprint is Apache-2.0 Python on GitHub, published September 1, 2026, past 1,600 stars
- It ships a shopping agent (search, cart, handoff to checkout, customer care) and a merchant agent (analytics, inventory, pricing and promo recommendations) with human approval before changes go live
- Named integration points — catalog, cart, checkout, preferences, order history — are the real scope of work, not the agent loop
- Runs on the Claude API, Amazon Bedrock, Microsoft Foundry and Vertex AI; Shopify published implementations over UCP, Sign in with Shop and the Admin API
- The "35% larger carts" and "60% more likely to purchase" figures are Anthropic's own, with no published methodology
An agent is only as good as the catalog it reads. We build vendor-agnostic commerce systems you own — clean product data, real APIs over cart and order history, and an approval gate on anything that changes a price. See how we wire it, or look at what we have shipped.
Sources: Anthropic, anthropics/commerce-agents on GitHub.
- #commerce-agents
- #anthropic
- #open-source
- #ai-agents
- #ecommerce
Tommy Rush — Founder, Rush Commerce
Operator turned builder. 15+ years running operations — now shipping the systems businesses run on. More
Get The Rush Report weekly — one email, zero fluff.
Keep reading
Instagram's AI-generated profile label: disclose or lose reach
Instagram renamed its AI creator badge to AI-generated profile and tied it to recommendations. Undisclosed AI personas stop showing up in Reels and Explore.
Read itFTC sues Amazon over ad auctions: audit your channel spend
The FTC and 22 states allege Amazon secretly inflated Sponsored Products auction prices for seven years. What it means for anyone renting a sales channel.
Read it