App reviews, troubleshooting, and recommendations
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
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.
Hi @tuzmusic
Sorry, that is not possible
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.