admin action extension using Shopify CLI limits the features

I’m trying to create an extension for (admin.order-index.selection-action.render) Using Shopify CLI in the past I used to create manually by going to Shopify partner and then create an application after that I can create an extension (Bulk action links). Then

But, in Shopify CLI I can’t achieve the same behavior.

Hi Yousef,

Are you looking to create an extension on the customer-facing order index page? If so, you’d be using the customer-account.order-index.block.render target that you can reference in your toml file that’s generated by the CLI when you run npm run shopify app generate extension?