We are attempting to create or update a user’s password using input received from the frontend. However, Shopify does not provide support for creating or updating user passwords via APIs, which poses a significant challenge.
Issues as follows related to CREATE/UPDATE Shopify User with Password)
-
REST API allowing to CREATE/UPDATE User with Password https://stackoverflow.com/questions/35794258/shopify-password-update-using-shopify-api https://shopify.dev/docs/api/admin-rest/2025-01/resources/customer (Search password in the doc)
-
GraphQL API not allowing CREATE/UPDATE User with Password CREATE -
https://shopify.dev/docs/api/admin-graphql/2025-01/mutations/customerCreate UPDATE - https://shopify.dev/docs/api/admin-graphql/2025-01/mutations/customerUpdate