commercetools
AnnouncedCloud-native composable commerce platform used by enterprise retailers, adding UCP support to expose its headless catalog and checkout to AI shopping agents.
commercetools has announced plans to support UCP as a participant. No public endpoint is available yet.
commercetools is the leading composable commerce platform built on a microservices, API-first architecture. Enterprise retailers including Audi, Lego, and Sephora use commercetools to build custom storefronts with best-of-breed components. The platform has announced UCP support as part of its agentic commerce roadmap.
The commercetools UCP integration works at the platform level. Merchants using commercetools get a UCP endpoint generated from their existing product, pricing, and inventory services. No separate catalog duplication is required. Agents query the UCP endpoint and get back live data drawn from commercetools Composable Commerce APIs.
commercetools is particularly strong for enterprise merchants with complex pricing models. Its price selection engine supports customer-group pricing, contract pricing, and currency-specific rules. The UCP implementation exposes these pricing tiers to authorized agents, so B2B buyers shopping through an agent get their negotiated prices automatically.
For developers, commercetools ships a UCP connect module through its Connect marketplace. Install the module, configure your identity provider, and your UCP endpoint is live within the existing commercetools project.
Why This Matters for UCP
commercetools brings enterprise-grade composable commerce to UCP, giving AI agents access to complex pricing rules and headless catalog APIs used by the world's largest retailers.
UCP Capabilities
UCP Endpoint
Announced — Endpoint not yet publicly available
Integration Example
// commercetools UCP via Connect module
// Install from the commercetools Connect marketplace: "UCP Connector"
// Once installed, your endpoint is available at:
// GET /.well-known/ucp
// The connector maps commercetools Composable Commerce APIs to UCP:
// - Product Projections API -> UCP catalog endpoint
// - Cart API -> UCP checkout session
// - Order API -> UCP order management
// Verify your endpoint:
const manifest = await fetch('https://your-ct-project.com/.well-known/ucp')
.then(r => r.json());
console.log(manifest.capabilities); // ['catalog', 'checkout', 'order-management']Category
PlatformsUCP Status
AnnouncedTags
Pricing
paid
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.
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.
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.
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