ChatGPT Shopping
AnnouncedOpenAI's ChatGPT shopping integration that uses UCP to let consumers discover and purchase products without leaving the chat interface.
ChatGPT Shopping has announced plans to support UCP as a participant. No public endpoint is available yet.
OpenAI has integrated shopping capabilities into ChatGPT, allowing consumers to discover products and complete purchases within the conversation flow. The implementation uses UCP to connect ChatGPT with merchant endpoints, retrieve real-time product data, and initiate checkout sessions. Consumers with payment methods pre-authorized in their ChatGPT account can buy from any UCP-enabled merchant without leaving the chat.
ChatGPT Shopping represents one of the highest-traffic UCP agent surfaces. ChatGPT has hundreds of millions of users globally, and integrating commerce into the conversation removes the step of being redirected to a browser tab. The agent handles product selection based on the consumer's stated preferences, presents options with structured data from UCP catalog endpoints, and initiates checkout after consumer confirmation.
For developers building agents or merchants, ChatGPT Shopping is a significant reason to ensure UCP endpoints are correctly configured and passing conformance. Merchants with valid UCP endpoints are discoverable through ChatGPT Shopping without any additional partnership agreement.
Why This Matters for UCP
ChatGPT Shopping is a high-traffic UCP agent surface that enables hundreds of millions of ChatGPT users to discover and purchase from UCP-enabled merchants directly within the chat interface.
UCP Capabilities
UCP Endpoint
Announced — Endpoint not yet publicly available
Integration Example
// ChatGPT Shopping uses UCP to connect consumers with merchants.
// Merchants with live UCP endpoints are discoverable automatically.
// Ensure your endpoint passes conformance checks before listing:
// git clone https://github.com/universal-commerce-protocol/conformance
// npm test -- --endpoint https://yourstore.com/.well-known/ucp
// ChatGPT Shopping indexes compliant UCP endpoints for its product catalog.
// No partnership or approval process required for basic listing.Category
Agent IntegrationsUCP Status
AnnouncedTags
Is this your listing? Claim it to get analytics, a verified badge, and priority placement. Claim your listing →
Related Guides
Reviews
★★★★★4.5 (4 reviews)These are illustrative examples to show what reviews will look like. Submit your own experience below.
O. Volkov
Backend Developer · Mar 4, 2026
The agent integration documentation is specific and accurate. I appreciated that the examples use real endpoint shapes, not abstract pseudocode.
F. Dubois
AI Engineer · Mar 10, 2026
Our shopping agent uses this for UCP merchant discovery. Works reliably in production across thousands of daily queries.
I. Martinez
Agent Developer · Feb 22, 2026
Good integration. The UCP capability flags let our agent reason about what each merchant supports before initiating a checkout flow.
H. Taylor
ML Engineer · Jan 28, 2026
Integrated this into our LangChain-based shopping agent. The UCP endpoint structure makes it easy to build reliable tool calls around.
12 other tools in Agent Integrations
Is this your tool? Claim this listing