With the recent addition of Admin Actions to the tools available to app developers, I was hopeful to add this to an app of mine, however there is no target for Draft Orders, only for Orders:-
https://shopify.dev/docs/api/admin-extensions/unstable/api/extension-targets
I’ve had similar issues in the past such as the App Bridge Redirect object where, you can make use of the ResourceTypes for orders to handle a redirect. However none for DraftOrder, meaning you have to use ADMIN_PATH and create a string with the ID, in order to redirect to a DraftOrder directly.
Why are Draft Orders overlooked when new features are added by the Shopify team?