Skip to content

Conversation

@kiftio
Copy link
Contributor

@kiftio kiftio commented Nov 11, 2025

What changes are you making?

Instead of immediately responding to the deliveryAddressChangeRequested event, show an address selector, and respond with the selected event.


Note: I ran optimize imports, so we have some unused import removals. I'll look into configuring adding this as a pre-check

How to test

Run the sample
Click vaulted address picker
Observe picker
Select address
Observe checkout is updated with new addres

Before you merge

Important


Checklist for releasing a new version
  • I have bumped the version number in the build.gradle file
  • I have updated the versions in the README.md for both Gradle and Maven.

Tip

See the Contributing documentation for instructions on how to publish a new version of the library.

@kiftio kiftio requested a review from a team as a code owner November 11, 2025 14:12
@kiftio kiftio force-pushed the prototype/development branch from 1a97e64 to 02f9809 Compare November 12, 2025 10:08
@kiftio kiftio force-pushed the dk/address-picker branch 2 times, most recently from 2f726ea to be5734a Compare November 12, 2025 10:17
@kiftio kiftio changed the base branch from prototype/development to optimize-imports November 12, 2025 10:18
Base automatically changed from optimize-imports to prototype/development November 12, 2025 12:13
@kiftio kiftio force-pushed the prototype/development branch from c6be74a to 4d1aef8 Compare November 13, 2025 11:06
.setEmail("example.customer@shopify.com")
.setCountryCode(Storefront.CountryCode.CA)
.setPhone("+441792123456")
.setEmail("john.smith@example.com")
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

switching over to US addresses as the demo stores we're using are US only

@kiftio kiftio changed the title Add address picker to a sample and show in response to delivery start event Add address selection bottom sheet to a sample and show in response to delivery start event Nov 13, 2025
Base automatically changed from prototype/development to prototype/preview-1 November 14, 2025 17:40
@kiftio kiftio force-pushed the prototype/preview-1 branch from 3bf8c52 to 6fab619 Compare November 14, 2025 17:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant