Automatically Send an Invoice When a Tag is Updated in a Shopify Draft Order (Flow)

Topic summary

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:

  • Shopify Plus or B2B plan
  • Payment Terms feature enabled

The discussion remains open with technical implementation details still being explored.

Summarized with AI on November 7. AI used: claude-sonnet-4-5-20250929.

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