Hello @deny6595 ,
As I know it’s possible either with a custom app or a webhook.
Or Once try Shopify Flow if available with your plan.
Thanks
A user needs to automatically send invoices to customers when a “proof_accepted” tag is added to Shopify draft orders—potentially hours after the draft order is created, not immediately upon creation.
Proposed Solutions:
Custom app or webhook: One approach involves building a custom application or implementing a webhook to monitor tag changes and trigger invoice sending.
Shopify Flow with “Get draft order data”: Use Flow (if available in the user’s plan) to retrieve recently updated draft orders containing the “proof_accepted” tag. Add a secondary tag after sending to prevent duplicate invoices (check this tag as a condition before sending).
Requirements:
The discussion remains open with technical implementation details still being explored.
Hello @deny6595 ,
As I know it’s possible either with a custom app or a webhook.
Or Once try Shopify Flow if available with your plan.
Thanks