PrestaShop
AnnouncedOpen-source e-commerce platform with 300,000-plus active stores globally, adding UCP support via a module to bring its large European merchant base into the agentic commerce era.
PrestaShop has announced plans to support UCP as a participant. No public endpoint is available yet.
PrestaShop is an open-source e-commerce platform with over 300,000 active stores, particularly popular across Europe and Latin America. The platform has a large marketplace of community-built modules, and a UCP module is in development to add protocol-compliant checkout to PrestaShop storefronts.
The PrestaShop UCP module follows the standard pattern: once installed and configured, a PrestaShop store exposes a UCP manifest at /.well-known/ucp. The module integrates with PrestaShop's existing payment modules, so merchants can accept UCP token-based payments through whichever payment provider they already use.
PrestaShop's European footprint gives the UCP ecosystem access to a large population of independent and mid-size merchants outside of the Shopify ecosystem. Fashion, electronics, and specialty retail are well-represented in the PrestaShop merchant base. The module lowers the barrier significantly for these merchants to participate in agentic commerce.
Why This Matters for UCP
PrestaShop brings its 300,000-plus global merchant community to UCP through a platform module, expanding the agentic commerce ecosystem into European and Latin American markets.
UCP Capabilities
UCP Endpoint
Announced — Endpoint not yet publicly available
Integration Example
// PrestaShop UCP module (in development)
// Install from PrestaShop Addons Marketplace:
// "UCP Checkout Module" by the PrestaShop community
// After installation, your store exposes:
// GET https://yourstore.com/.well-known/ucp
const manifest = await fetch('https://yourstore.com/.well-known/ucp')
.then(r => r.json());
// Capabilities published depend on your active payment modules.
// Stripe + PrestaShop = UCP payment token exchange included.Category
PlatformsUCP Status
AnnouncedTags
Pricing
free
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.
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.
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.
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