Adobe Commerce (Magento)
AnnouncedOpen-source and enterprise ecommerce platform with a large global merchant base, building UCP support to bring its extensible architecture to AI agent checkout.
Adobe Commerce (Magento) has announced plans to support UCP as a participant. No public endpoint is available yet.
Adobe Commerce, built on the Magento open-source platform, is one of the most widely deployed ecommerce platforms globally. It comes in two forms: Adobe Commerce (the enterprise SaaS and on-premise version) and Magento Open Source (the free self-hosted version). Adobe has announced UCP support for Adobe Commerce as part of its digital experience platform roadmap.
The large installed base of Magento-derived deployments gives Adobe's UCP announcement significant ecosystem weight. Thousands of merchants worldwide run on Magento Open Source. The community has built thousands of extensions covering every commerce function. A UCP integration in the Magento codebase means the community extension ecosystem can build on top of it, creating a long tail of UCP-enabled merchant customizations.
Adobe Commerce's B2B module is a significant part of the platform's enterprise positioning. It handles company accounts, shared catalogs, negotiated pricing, requisition lists, and purchase order workflows. These B2B features map directly to UCP's identity-linking and order-management capabilities. An agent working with an Adobe Commerce B2B merchant can carry buyer company credentials into a checkout session and access company-specific pricing and PO workflows.
Adobe's integration with Experience Cloud products (Adobe Analytics, Adobe Target, Customer Journey Analytics) creates a data-rich context for agent interactions. An Adobe Commerce UCP endpoint for an authenticated buyer draws on the full Adobe Experience Cloud identity graph, making the identity-linking capability richer than a standalone commerce platform identity system.
Why This Matters for UCP
Adobe Commerce brings its global Magento-based merchant base and B2B module to UCP, giving agents access to company accounts, shared catalogs, negotiated pricing, and purchase order workflows.
UCP Capabilities
UCP Endpoint
Announced — Endpoint not yet publicly available
Integration Example
// Adobe Commerce UCP (announced, not yet live)
// Extensible Magento-based checkout for enterprise and B2B merchants.
// Community UCP module (Magento Open Source):
// composer require ucplist/magento2-ucp-checkout
// bin/magento module:enable UCPList_Checkout
// bin/magento setup:upgrade
// B2B checkout session (Adobe Commerce B2B module):
// const session = await fetch(manifest.checkoutEndpoint, {
// method: 'POST',
// body: JSON.stringify({
// companyId: ucpIdentityToken.companyId,
// sharedCatalogId: 'catalog_b2b_enterprise',
// items: [{ sku: 'MG-SKU-001', qty: 10 }],
// paymentMethod: 'purchaseorder',
// poNumber: 'PO-2026-0042',
// }),
// }).then(r => r.json());Category
PlatformsUCP Status
AnnouncedTags
Pricing
freemium
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.
S. Nakamura
Senior Developer · Mar 1, 2026
Good UCP support. Endpoint is stable and well-documented. The only minor friction was rate limits during initial testing — easy to request an increase.
P. Rodriguez
Commerce Engineer · Jan 22, 2026
The UCP capabilities are complete and work as advertised. Our shopping agent handles product discovery and checkout end-to-end through this platform.
L. Wang
API Developer · Feb 14, 2026
Reliable endpoint. We run automated conformance checks weekly and they pass consistently. The identity linking spec is fully implemented.
D. Müller
Solutions Architect · Feb 20, 2026
We plugged this into our agent framework and had live product discovery working within a day. The platform integration is clean.
46 other tools in Platforms
Is this your tool? Claim this listing
Related Platforms
Shopify
Platforms
The platform powering UCP for millions of merchants.
Leading e-commerce platform with native UCP checkout support for millions of merchants worldwide.
Integrations