Hi @Elias .
I’m new with shopify. i’m working in php/laravel. in my app i want to import the products from the shopify store into my project on import button. i have some scenario, i just want to confirm is it possible?
- in my app, there are multiple user. they want to import their products from shopify.
- i want to get the user’s shopify store credentials using store url.
- using credentials i want to get the access token to hit the api to get products of that store.
is it possible?