Re: External Dashboard

External Dashboard

Oday_Alshammas
Visitor
2 0 0

I need to create a shopify website for my client and i need to give him dashboard to add his products, but i don't wont to give him a shopify dashboard so is there any way to create an external dashboard?

Replies 3 (3)

Liam
Community Manager
3108 340 871

Hi Oday,

 

You could create an external dashboard within a custom web application (with React for example) that interacts with the Shopify Admin API to perform actions such as adding products. If you have API access to the clients store, you can create a UI that triggers the Admin API in the same way the default admin would. 

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

Oday_Alshammas
Visitor
2 0 0

If I create a UI and run it to the admin API, does it replace the need to create a custom app?

Liam
Community Manager
3108 340 871

Depending on what functionality you need, it could be enough to just rely on the credentials generated from a private app in the store admin.

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