Happening now! An exclusive AMA: Optimizing your Inventory Management with Shopify Experts | Ask your questions and be answered in real time!

Verify a user account from another website.

Solved

Verify a user account from another website.

mwolfeu_pi3g
Shopify Partner
5 1 1

While the rest APIs allow you to create new customers and set passwords, you can not (as far as i have found) verify an existing password with the same api.

 

From a different site completely unaffiliated with shopify, what would be the best way to verify a shopify uid/pwd to make sure they have an account in good standing (without plus service)?

 

As I am extremely new to this, Node/js examples are especially welcomed!

 

Thanks in advance.

 

Accepted Solution (1)

Liam
Community Manager
3108 340 871

This is an accepted solution.

Hi Mwolfeu_pi3g,

 

It's generally advisable to avoid handling any user passwords directly due to security concerns. If you're looking to create new customer accounts on Shopify for existing customers on a different platform, you'd need to trigger a "reset password" email to each customer, prompting them to set a new password on your Shopify store. 

 

Hope this helps,

Liam | Developer Advocate @ Shopify 
 - Was my reply helpful? Click Like to let me know! 
 - Was your question answered? Mark it as an Accepted Solution
 - To learn more visit Shopify.dev or the Shopify Web Design and Development Blog

View solution in original post

Reply 1 (1)

Liam
Community Manager
3108 340 871

This is an accepted solution.

Hi Mwolfeu_pi3g,

 

It's generally advisable to avoid handling any user passwords directly due to security concerns. If you're looking to create new customer accounts on Shopify for existing customers on a different platform, you'd need to trigger a "reset password" email to each customer, prompting them to set a new password on your Shopify store. 

 

Hope this helps,

Liam | Developer Advocate @ Shopify 
 - Was my reply helpful? Click Like to let me know! 
 - Was your question answered? Mark it as an Accepted Solution
 - To learn more visit Shopify.dev or the Shopify Web Design and Development Blog