Hello Shopify experts,
I’m a developer working on a custom shopify app for a client. The app acts as a subscription ordering system that creates orders on a weekly basis (on sunday).
When the order is created, if the send_receipt=true, it will send an email to the customer letting them know their order has been placed. My client is asking if we could create the order on Sunday, but send that email on Tuesday.
Are there any API calls to the Order API or Customer API that can be used for sending that “Your order has been placed” confirmation email?
Thanks,
Dom