Growmax
Back to all articles
AI Insights Sep 5, 2026 8 Min Read

What Claude Commerce Agents asks the merchant to build, and what that means for B2B

Anthropic’s open-source Claude Commerce Agents blueprint defines the agent experience clearly. The merchant still owns the backend, business rules, authorization, and safe writes—and B2B makes those responsibilities deeper.

GT
Growmax Team
Growmax AI Team

A blueprint for the agent experience

Anthropic’s open-source Claude Commerce Agents project is a reference implementation for two sides of commerce: a shopping agent that helps a buyer discover and purchase, and a merchant agent that helps an operator manage the store. It describes staged approvals and a set of skills for each agent.

That is useful because it makes the interaction model concrete. It also draws a clear boundary: the merchant deploying the blueprint supplies the StorefrontBackend and MerchantBackend. The repository does not replace the merchant’s systems of record, authorization model, commercial rules, or compliance controls.

That boundary is where the B2B implementation work begins.

The merchant backend is where commerce becomes real

An agent can ask for a catalog result, a cart, an order status, a policy answer, or a listing change. The backend has to decide what data is current, who may see it, what action is allowed, and whether a proposed write can be applied.

For a consumer storefront, those decisions may center on one price, one cart, and immediate payment. A B2B seller often needs account-specific catalogs, per-pack pricing, quantity ladders, negotiated terms, credit limits, quote versions, approval thresholds, purchase orders, branch access, and stock across warehouses.

The agent should not invent those rules. It should call a backend that already owns them.

What changes for B2B

B2B buying is a sequence of governed states rather than a single checkout moment. A request can move from cart to quote, from quote to approval, and from approved quote to order and invoice. The buyer may be acting for a named account, while a sales representative, dealer, or branch manager has a different view of the same transaction.

That makes role scope and money especially important. The agent should see only what the connected user can see. Prices, totals, credit terms, and approval requirements should come from the commerce engine—not from model arithmetic. A safe implementation separates reading, proposing, approving, and applying so that one approval authorizes exactly one write.

Growmax ARC provides this operational B2B layer. The detailed, neutral responsibility map is available on our Claude Commerce Agents and B2B mapping page.

External agents and the in-product assistant are different surfaces

ARC’s MCP agent surface is generally available. Compatible clients—including Claude.ai, ChatGPT, Claude Code, Cursor, and Claude Desktop—can connect through OAuth 2.1, subject to the permissions of the ARC user who authorizes the connection.

Growmax Minori (private beta) is the in-product assistant experience. It uses the same principle of visible, reviewable work: a change is proposed as a card, approved deliberately, applied as a governed write, and presented with an undo path where the operation supports reversal.

The availability distinction matters. MCP connectivity is an available integration surface; Growmax Minori remains a private beta evaluated with selected teams.

A practical way to evaluate an agent-ready backend

Start with a real workflow and follow the boundaries. Can the agent retrieve account-correct catalog and pricing context? Can it explain why an action is unavailable? Does it preserve a proposal when a write fails? Can access be revoked without changing commerce records? Are applied changes traceable and reversible where appropriate?

The right test is not whether an assistant can produce a confident sentence. It is whether the commerce backend keeps permissions, prices, approvals, and writes correct across the whole task.

Explore the Growmax ARC AI hub, review the connection guide, or book a demo to map these controls to your B2B workflow.

What Claude Commerce Agents asks the merchant to build, and what that means for B2B | Growmax Intelligence