Hello, I’m building a web app with Next.js and headless shopify.
I’m new to Shopify and it seems like there are multiple API endpoints which are like Storefront API, Customer Account API and Shopify Admin API.
I want to implement passwordless signup and login. and i dont know which API i need to use? It seems like Customer Account API is the option and i dont see any information about creating user account. Which API should I use? What is the flow of passwordless signup? please let me know some links that i can have a look.
Thank you in advance.