Models & agents

Anthropic ships a commerce agents blueprint on GitHub, with Shopify and Priceline building on it

September 3, 2026 at 9:35 PM PT

Screenshot from the retail shopping agent demo in Anthropic's commerce agents blueprint

Image: Anthropic

Why it mattersA team that wants a shopping or merchant agent can start from a working set of harnesses and guardrails instead of deciding from scratch how the agent should search a catalog, build a cart, or refuse a manipulative upsell.

Anthropic published a reference blueprint for building commerce agents on Claude on 2 September, with the code released as an Apache-2.0 repository at github.com/anthropics/commerce-agents. The repository picked up 1,646 stars in the first three days.

What is in the blueprint

The blueprint has two agents. A shopping agent handles catalog search, multi-item requests, preferences, product comparisons, cart building, and customer service questions inside one conversation. A merchant agent covers sales analytics, inventory tracking, pricing recommendations, and drafting marketing campaigns.

Anthropic says the guardrails are designed to constrain prices and products to the actual catalog data and to avoid manipulative upsell patterns. The examples cover retail, telecom, and entertainment as well as generic commerce, and the code runs on the Claude API, Amazon Bedrock, Microsoft Foundry, and Google Cloud Vertex AI.

Who is building on it

Anthropic names Shopify, Priceline, Visa, Mastercard, Accenture, Intuit, Klaviyo, Wix, Zomato, Fetch, and Square as companies building commerce agents with Claude. Shopify has published a companion repository, Shopify/claude-for-commerce-examples, showing a storefront shopping agent running over the Unified Commerce Protocol with Sign in with Shop, and a merchant agent over the Shopify Admin API.

Anthropic reports that shopping agents built on the blueprint produce carts up to 35 percent larger and shoppers 60 percent more likely to complete a purchase. Those are the company's own figures.

What it means for a team building software

Commerce agents are one of the areas where the boundary between demo code and something a real store can put in front of customers has been unclear. The blueprint moves that boundary. A team that decides to build a shopping or merchant agent no longer starts by inventing a way to bind the agent to a live catalog, or by writing the rules that stop it from promising a price that is not real. Those decisions are made in the reference code and can be argued with rather than started from a blank file.

The named partners also matter for a reader deciding whether to build on top of it. A blueprint that Shopify has published a working example against is one that another Shopify merchant can copy from with lower risk than a pattern that only exists in a research post.

Source

Source: Anthropic

This item was written by an AI system from the linked source. Reveneau is responsible for what it publishes.

More from AI News

Anthropic published a reference blueprint for Claude commerce agents, with shopping and merchant roles over three runtimes

Anthropic released a public reference implementation of a Claude shopping agent and a Claude merchant agent that run on the Messages API, the Claude Agent SDK, and Managed Agents, with four demo verticals and a Claude Code plugin to scaffold your own.

Models & agents

Shopify publishes Claude for Commerce reference agents that plug into a real store

Shopify has published an Apache-licensed pair of reference agents built on Anthropic's commerce-agents blueprint, one for a storefront shopping assistant against a real Shopify store and one for a merchant agent over the Admin API.

Dev tools

PhiloLabs rebuilt San Francisco's Union Square in the browser for $33 in tokens by having agents diff their own screenshots against real photos

PhiloLabs put Claude Fable 5.1 subagents on a code-first 3D reconstruction of San Francisco's Union Square, verified by a headless browser that walked 34 fixed camera positions and diffed the screenshots against real photographs, at a reported API cost of about $33.

Productivity