Add Android cart bootstrap capability#499
Draft
kyle-schellen wants to merge 1 commit into
Draft
Conversation
Contributor
Author
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
11 tasks
kyle-schellen
force-pushed
the
ks-maestro-native-android-cart-bootstrap
branch
from
July 17, 2026 22:05
96c66a3 to
d8ccc6c
Compare
kyle-schellen
changed the base branch from
graphite-base/499
to
ks-fix-android-sample-build-command
July 17, 2026 22:05
This was referenced Jul 17, 2026
kyle-schellen
changed the base branch from
ks-fix-android-sample-build-command
to
graphite-base/499
July 18, 2026 19:04
kyle-schellen
force-pushed
the
graphite-base/499
branch
from
July 18, 2026 19:04
54d693c to
7920807
Compare
kyle-schellen
force-pushed
the
ks-maestro-native-android-cart-bootstrap
branch
from
July 18, 2026 19:04
d8ccc6c to
389659e
Compare
kyle-schellen
force-pushed
the
ks-maestro-native-android-cart-bootstrap
branch
from
July 18, 2026 19:04
389659e to
83cb39a
Compare
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.

What changes are you making?
Adds an opt-in cart bootstrap capability to the native Android sample. With
CART_BOOTSTRAP_ENABLED=true, opening a cart link creates a fresh guest cart from a product index and quantity, then navigates to Cart.This is the Android foundation for native Maestro coverage. The Maestro flows will be added in followup PRs.
How to test
Run the focused unit tests:
Before you merge
Important
platforms/swift/README.mdand/orplatforms/android/README.md)Releasing a new Swift version?
ShopifyCheckoutKit.podspecplatforms/swift/Sources/ShopifyCheckoutKit/ShopifyCheckoutKit.swiftplatforms/swift/README.md(major version only)Releasing a new Embedded Checkout Protocol version?
embeddedCheckoutProtocolAndroidinplatforms/android/gradle/libs.versions.tomlprotocol/languages/kotlin/embedded-checkout-protocol/api/embedded-checkout-protocol.apiif the public API changedReleasing a new Android version?
checkoutKitAndroidinplatforms/android/gradle/libs.versions.tomlplatforms/android/README.mdTip
See the Contributing documentation for the full release process per platform.