Hello! I am trying to use OrderInvoiceSend mutation orderInvoiceSend - GraphQL Admin to send the invoice of an order to a different email that the one that is assigned in the order.
I’ve tried filling in different fields but it always sends the invoice to the address that is in the order.email
Steps to reproduce:
- Create an order for a customer with one email
- Call orderInvoiceSend mutation with a different email
The emails always goes to the first email. And the mutation api call returns 200 OK.
Is this an error with the mutation?