Add managed Commerce carts and checkout web components - #1448
Open
wcole1-godaddy wants to merge 4 commits into
Open
Add managed Commerce carts and checkout web components#1448wcole1-godaddy wants to merge 4 commits into
wcole1-godaddy wants to merge 4 commits into
Conversation
🦋 Changeset detectedLatest commit: 1eaddb7 The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
pbennett1-godaddy
approved these changes
Sep 8, 2026
wcole1-godaddy
marked this pull request as ready for review
September 8, 2026 18:45
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Websites need a consistent way to manage multi-product carts and one-time purchases without rebuilding cart state or assembling React providers. This adds
@godaddy/commerce, a framework-independent library over the existing Commerce APIs and an application's OAuth client. Shoppers review a managed cart drawer, then continue to hosted checkout.18.x || 19.xpeers, with React 19 retained for development, so npm consumers share their host renderer.gddy-add-to-cart,gddy-cart-button,gddy-buy-now, andgddy-payment-button, with optional React bindings and a headless client.@godaddy/react/clientexport. Supporting@godaddy/reactchanges include embedded completion callbacks, session-scoped authentication storage, and style/portal scoping for that component's consumers; the managed Commerce elements use hosted checkout.Validation of the latest changes:
git diff --checkpassed.useCart, the cart button, drawer rendering, and typed quantity commits. The regular Commerce suite runs on React 19.0d8c7d5e80c2413937f92c536c339266599a9655.This remains a draft and the npm package is unreleased. The protected checkout repository owns CDN bundling, infrastructure, and release automation; this PR does not deploy a CDN release. Schema verification used synthetic data and snapshot contracts, including a downstream Orders snapshot. Real-store authorization, deployed API compatibility, and live payments remain untested. Draft creation still sends accepted but deprecated zero-valued totals; this is a non-blocking schema finding.