Creating or Updating Shopify User Password via APIs

Creating or Updating Shopify User Password via APIs

skpop
Shopify Partner
2 0 0

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)
1. 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)

2. 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

Replies 0 (0)