Shopify just announced that all storefronts now expose a Universal Commerce Protocol (UCP) discovery profile for version 2026‑08‑25. While the underlying capabilities remain unchanged, this version bump lets UCP‑aware platforms negotiate with Shopify using the latest protocol contract. In this post we break down the update, who it matters to, and the exact actions you should take today.
What Changed
Storefront discovery profiles located at /.well-known/ucp now declare support for UCP version 2026‑08‑25. The profile’s JSON schema stays the same, but the "protocol_version" field has been bumped. No new capabilities were added; the change is purely version advertising, which enables agents that already understand the 2026‑08‑25 profile to treat Shopify as a compatible endpoint.
Who Is Affected
This update impacts two groups:
• Shopify storefronts that expose a /.well-known/ucp endpoint – they now signal the newer protocol version automatically.
• Any platform, app, or service that uses UCP discovery profiles to negotiate capabilities with Shopify – if your agent already supports the 2026‑08‑25 profile, you can now connect without any extra work.
Actionable Steps for Developers
{
"protocol_version": "2026-08-25",
"capabilities": [
"checkout", "cart", "product_query"
],
"endpoints": {
"storefront": "https://example.myshopify.com/api/2023-07/graphql.json"
}
}
What This Means for Merchants
For store owners, the update is invisible – there’s nothing to configure in the admin. However, merchants who rely on third‑party checkout or inventory tools that use UCP will experience smoother handshakes and fewer version‑mismatch errors. Encourage your app partners to confirm they’re on the latest UCP version to reap the benefit.
Conclusion & Next Steps
Shopify’s quick version bump to UCP 2026‑08‑25 removes a compatibility barrier for developers building cross‑platform commerce experiences. If your integration already talks UCP, you’re good to go – just double‑check the version string. If you’re just getting started, follow the UCP docs to implement the discovery profile and you’ll be ready for future protocol upgrades without code changes.
Ready to future‑proof your Shopify integrations? Start by reviewing your UCP agent’s version support and run a quick test against your store’s /.well-known/ucp endpoint today.





