Hi, I need some help with building out my custom Admin UI extension.
A client I work for wants to be able to filter their orders on multiple tags at once. After some research and reaching out to Shopify Support as well, I was pointed in the direction of a custom Admin UI Extension ‘Admin Action’ to implement this. I’ve built out this Extension, and (while it’s not styled yet), it works perfectly in allowing a user to add tags to a list, and then using that list to fetch the correct orders that match the tags.
Now, I would love to integrate this app further into the existing orders UI through one of two ways:
- Have the new ‘filtered tags’ be added to the existing query that is used on the orders page, so that it just takes into account these multiple tags when filtering. Just like it would when filtering right now.
- If 1 is not possible, I am already fetching the orders data now. So we could also replace the orders that are shown in that UI now, with the data I fetched in that custom app.
Any help on working further on this is welcome.
Thanks in advance!!
Here is a screenshot of the current action modal. I fetch the data through that app once the user clicks ‘Filter’, and would love to then further execute what I mentioned above.
