cancel
Showing results for 
Search instead for 
Did you mean: 

Using my app to connect magento

Using my app to connect magento

I want to create mobile app which can provide customer login my app also logged in my magento site.
Is it possible? How can I do it?

Thanks~

3 REPLIES 3

Re: Using my app to connect magento

You mean, once user logged in through App they will automatically be logged in the website also at the same time?

or

Once user create the account or logged in the app with the same credentials they should be able to log-in on website?

Re: Using my app to connect magento

I think should be

"Once user create the account or logged in the app with the same credentials they should be able to log-in on website?"

 

Is it possible?

Re: Using my app to connect magento

Yes, its possible use Magento's default APIs or create custom API to create an account and login which should store the customer data in same Magento which you are using for website.

 

For SOAP APIs you can have a look here.

 

https://devdocs.magento.com/guides/m1x/api/soap/customer/customer.create.html

 

Problem solved? Click Kudos & Accept as Solution!