To start I have a custom Shopify frontend that is currently utilizing the admin API to load products. I’m using a apollo/graphql backend too communicate with Shopify Admin API. I’m using shopify-api-node to facilitate the admin API queries. I recently figured out that shopify-api-node package does not support communication with the storefront API. The reason I want to use the storefront API is because I would like to make forms on my frontend that allows users to create accounts for my store. I would use the admin API but for some reason the admin API cannot create accounts with passwords.
According to Shopifys docs you have to use the storefront API in order to accomplish what I want. I’ve been at this for a couple days trying different things but too no success. Unfortunately there is not much documentation on this and Shopifys docs can become a rabbit hole. Any suggestions would be great.