Use existing Shopify components in Admin UI Extension

Use existing Shopify components in Admin UI Extension

tuzmusic
Shopify Partner
2 0 0

I am creating a collection extension that will include our users selecting from the store's list of products. Is there a way to use any of Shopify's existing UI within an extension? I would love to be able to render the list that already exists at our `/products/` page in the Admin UI without having to recreate it myself.

Replies 3 (3)

Made4uo-Ribe
Shopify Partner
8747 2091 2564

Hi @tuzmusic 

 

Sorry, that is not possible

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.

richardcobain
Tourist
25 0 3

Yes, you can use Shopify's Admin APIs to access the existing product list and render it within your collection extension without having to recreate the UI yourself. By utilizing the Admin API's Product endpoint, you can fetch the product data and then display it in your extension, allowing for a seamless integration with the existing Shopify UI.

tuzmusic
Shopify Partner
2 0 0
I know I can fetch the products but unless I’m missing something in your comment, I would then need to indeed create the UI. Getting the data is the easy part.