Account ​
Recipes for customer session and account flows.
Login
Understand the customer login flow, Store API operations, generated types, context refresh, cart refresh, and error handling.
Register
Understand the customer registration request, its nested billing address, salutation and country lookups, double opt-in confirmation, session context refresh, and constraint violation handling.
Password Recovery and Change
Understand why recovery is three operations with only one composable, why the response never confirms the address, where the expiry flag actually sits, and why storefrontUrl has to be resolved in the submit handler.
Wishlist
Understand the customer wishlist as a paginated product search, the Store API wishlist operations, the shared composable state, and what one page of results does not tell you.
Newsletter
Understand the double opt-in lifecycle, the newsletter Store API operations, the injected storefrontUrl, the per-instance status state, and what stays unknown for a guest.
Customer Addresses
Understand why no write updates the shared list, how the request body differs from the address entity, which default switch also needs a context refresh, and what the country and state selects depend on.
Customer Profile
Understand why a profile write returns nothing, where the customer value actually comes from, how the three session flags differ, and which operations have no composable at all.