We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

Use existing Shopify components in Admin UI Extension

Use existing Shopify components in Admin UI Extension

tuzmusic
Shopify Partner
5 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
10211 2427 3080

Hi @tuzmusic 

 

Sorry, that is not possible

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

richardcobain
Trailblazer
160 7 22

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
5 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.