Address Book

Available from SS24

The Address Book is part of Checkout to allow users to add and manage their saved addresses. This is a SwiftUI feature.

address book

# Address Book
addressbook
addressbook?is_modal=true
# Address
address/{id}

Set Up

The Address Book is included as part of our Checkout framework. No iOS developer set up is required.

The Address Book uses the new Address Book API and contracts which may require backend work.

Forms per Country

The Address screen allows you to set custom form styles per country. Countries without a specific style fallback to a generic form.

Out of the box we support UK and US forms with specific validation, field names, and other changes tailored to those countries.

address per country

United States

Our US form has a State picker which instead binds to the stateCode property. All other forms bind to the state property and are free text.

History

  • SS24: Initial release.