Shopify Flow is an ecommerce automation platform that enables you to automate tasks and processes within your store and across your apps.
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Can anyone help me with the code required to have the Checkout Notes forwarded in an internal email Flow?
This is pretty vague of a request. You probably want {{ order.note }}. I'd recommend trying a workflow:
And run that on an existing order that has the note you want. Look at the run to confirm it has what you want. Then add the email step.
Thanks. I copied some code off another app & then adjusted it to include order.note and I've managed to get it working.