Using APIs to capture and fulfill orders in Shopify. I need to verify emails are being sent through our API automation.
I believe my issue comes from the “Notify customer” input field. Can anyone help me problem solve this issue ?
Using APIs to capture and fulfill orders in Shopify. I need to verify emails are being sent through our API automation.
I believe my issue comes from the “Notify customer” input field. Can anyone help me problem solve this issue ?
Hi Drew,
So just to confirm - you’re using the fulfillmentCreate
mutation and setting notifyCustomer: true
but you want to check that emails are being sent? Are you seeing that emails are not being sent if you do a test fulfilment?
Thank you for the reply. I was able to resolve my issue and can confirm it was the “notify customer: true” input causing the issue.