How do I add buttons like “Run Flow Automation” in the native tables of the shopify admin.
(orders and customers are fake)
The discussion addresses how to add custom action buttons (like “Run Flow Automation”) to Shopify’s native admin tables, specifically on pages like the order list.
Solution Provided:
admin.order-index.action.render enables adding buttons to the order list pageKey Resources Shared:
The response provides a direct technical solution with official documentation links for implementation. The discussion appears resolved with actionable guidance for the developer to deploy their app extension.
How do I add buttons like “Run Flow Automation” in the native tables of the shopify admin.
(orders and customers are fake)
I think what you want is Admin UI Extensions, here the docs
→ Overview: https://shopify.dev/docs/api/admin-extensions/2024-01#overview
→ Extension target (order list page included here): https://shopify.dev/docs/api/admin-extensions/2024-01/api/extension-targets#extensiontargets-propertydetail-adminorderindexactionrender
→ Here the Shopify tutorial: https://shopify.dev/docs/apps/build/admin/actions-blocks/build-admin-action?extension=react
Hope you deploy your app/extension soon! ![]()