For discussing the development and usage of Checkout UI extensions, post-purchase extensions, web pixels, Customer Accounts UI extensions, and POS UI extensions
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?
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
If I create a UI and run it to the admin API, does it replace the need to create a custom app?
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