A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
I'm using the storefront API to change the customer's email address in the front end. But the workflow I need is this one:
The user enters its new email.
Shopify sends a notification to change the email.
Change the email only after the user has confirmed using the link provided in the notification sent by Shopify.
Is this possible ?