SAP Commerce Cloud
AnnouncedSAP's enterprise commerce platform for large retailers and manufacturers, building UCP integration for AI-powered B2B and B2C purchasing workflows.
SAP Commerce Cloud has announced plans to support UCP as a participant. No public endpoint is available yet.
SAP Commerce Cloud is the commerce solution used by some of the world's largest enterprises, including global manufacturers, distributors, and retailers. The platform handles complex commerce scenarios: multi-site management, B2B buyer hierarchies, quote-based purchasing, and deep ERP integration. SAP is building UCP support targeting the enterprise segment where agentic commerce is expected to hit hardest.
The UCP integration for SAP Commerce Cloud is being developed as an extension to the existing API commerce layer. SAP's existing OCC (Omnichannel Commerce) APIs provide the underlying data access. The UCP extension wraps these APIs in a protocol-compliant interface that AI agents can discover and transact through.
For B2B merchants on SAP Commerce Cloud, UCP unlocks procurement agent workflows. A purchasing agent at a company can discover an approved supplier's UCP endpoint, query product availability and contract pricing, and complete a purchase order through a fully automated UCP checkout session. This is one of the most commercially valuable UCP use cases for enterprise.
Why This Matters for UCP
SAP Commerce Cloud brings enterprise and B2B commerce workflows to UCP, enabling procurement agents to transact with major manufacturers and distributors through a standardized protocol.
UCP Capabilities
UCP Endpoint
Announced — Endpoint not yet publicly available
Integration Example
// SAP Commerce Cloud UCP extension (announced)
// Discover a SAP Commerce Cloud store's UCP manifest
const manifest = await fetch('https://{store}.commerce.sap.com/.well-known/ucp')
.then(r => r.json());
// B2B UCP checkout with SAP contract pricing
const session = await ucpClient.checkout.initSession({
merchant_id: manifest.merchant_id,
identity_token: buyerIdentityToken,
catalog_query: {
sku: 'PART-78234',
price_list: 'CONTRACT-2026-Q2'
}
});Category
PlatformsUCP Status
AnnouncedTags
Pricing
enterprise
Is this your listing? Claim it to get analytics, a verified badge, and priority placement. Claim your listing →
Related Guides
Reviews
★★★★★4.7 (3 reviews)These are illustrative examples to show what reviews will look like. Submit your own experience below.
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