A user is attempting to create a Shopify Flow that automatically sends invoices to customers after order fulfillment and payment, using the ORDER PRINTER app. The initial workflow included two conditions: order fulfillment and payment status (checking if order is NOT unpaid).
Key Issue Identified:
The flow runs successfully but emails aren’t being sent to customers. Through troubleshooting, the user discovered that no action was being taken due to the second condition failing.
Troubleshooting Steps:
Checked workflow run history to identify where the flow stopped
Found that the payment condition (order is NOT unpaid) wasn’t triggering correctly, possibly because manually marked payments don’t set this variable
Suggestion made to use order.fullyPaid instead as a more reliable condition
Current Status:
The user removed the second payment condition entirely, leaving only the fulfillment trigger. The discussion remains open with another user asking if this solution worked, indicating they face the same challenge with ORDER PRINTER invoice automation.
Summarized with AI on October 23.
AI used: claude-sonnet-4-5-20250929.
Hi, I like to make a flow as follows: when the order is fulfilled and the order is paid by the customer, I like to send an invoice to the customer. I use ORDER PRINTER and so I am not sure if this is available in this setting. Any idea?
Please show the workflow run where it isn’t working. Questions I would have … Does it run? Does it get to the Send Order Inovice part? Is there actually an invoice on that order to send? Does the order have a customer?
found it. I think no action has been taken. So I think I need to change the 2nd condition. Right? (I paid for the order, but seems this is not correct in the flow than)
I think unPaid means if no payments have been made. If you manually marked it as a paid, maybe that is not setting that variable because there is no payment?
You can’t automate invoice sending directly through Order Printer, but you can use the OrderPrinter Proapp or Shopify Flow to trigger an email with the invoice once the order is paid and fulfilled.