ap2-merchant-agent

Receive intent mandates, search product catalogs, and generate signed cart mandates.

35|16|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/OrcaQubits/agentic-commerce-claude-plugins --skill ap2-merchant-agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ap2-merchant-agent
Source: https://github.com/OrcaQubits/agentic-commerce-claude-plugins/tree/main/ap2-agentic-payments/skills/ap2-merchant-agent
Command: npx skills add https://github.com/OrcaQubits/agentic-commerce-claude-plugins --skill ap2-merchant-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you build a Merchant Agent that acts as the seller in AP2 transactions, handling intent mandates, product catalog searches, and creating signed cart mandates.

Core Features & Use Cases

  • Intent Mandate Reception: Processes incoming intent from Shopping Agents.
  • Product Catalog Search: Matches intent against available products.
  • Cart Mandate Creation: Generates and signs a cart mandate with pricing and product details.
  • Use Case: Implement the seller-side logic for an agentic commerce platform by enabling your system to receive and respond to purchase intents from AI shopping agents.

Quick Start

Use the ap2-merchant-agent skill to build an AP2 Merchant Agent that receives intent mandates and creates signed cart mandates.

Frequently Asked Questions about ap2-merchant-agent

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build a merchant agent for agentic commerce transactions?

To build a merchant agent for agentic commerce, you need to implement seller-side logic that receives intent mandates, queries product catalogs, and generates cryptographically signed cart mandates. This handles product matching and merchant-side commitments within the AP2 protocol.

What is a cart mandate in the AP2 payment protocol?

A cart mandate in the AP2 payment protocol is a cryptographically signed commitment from a merchant agent. It contains product details and pricing generated after matching an incoming intent mandate against the merchant's product catalog.

How do I process intent mandates from AI shopping agents?

You process intent mandates from AI shopping agents by deploying a merchant agent that receives the incoming intent, searches your product catalog for matches, and responds with a signed cart mandate detailing pricing and product availability.

How does an AP2 merchant agent handle product catalog search?

An AP2 merchant agent handles product catalog search by matching the requirements specified in an incoming intent mandate against available products. It then uses these matched products to generate accurate pricing for the cart mandate.

Can I use this approach to implement seller-side logic for an agentic commerce platform?

Yes, you can use this approach to implement seller-side logic for an agentic commerce platform. It enables your system to receive purchase intents from AI shopping agents and respond with cryptographically signed commitments.

What is required to generate signed cart mandates for the AP2 protocol?

Generating signed cart mandates requires receiving an intent mandate and matching it against your product catalog. The merchant agent then cryptographically signs the cart mandate with the resolved pricing and product details to finalize the transaction.