Hi everyone,
We’ve been using the returnCreate mutation in the Admin GraphQL API to create returns on Shopify, including gift returns. Recently, we’ve noticed an increase in cases where the gifter becomes aware that a return has been made.
I understand there’s no way to completely prevent gifters from checking their order status page and seeing that a return exists. However, it would be great if we could at least avoid proactively notifying them.
I saw that the notifyCustomer parameter on returnCreate has been deprecated, but gifters still receive a notification through the Shop app that a “Return request has been approved.”
Could someone clarify why notifyCustomer was deprecated? And is the expectation that we should migrate to returnApproveRequest, since that mutation still includes a notifyCustomer parameter?
Thanks!