A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
Hi,
I'm a developer for a company that works with Shopify. Since this morning, every time I try to call the mutation "reverseDeliveryCreateWithShipping" I get this error "Internal error. Looks like something went wrong on our end.".
My company works with many clients with different shops, and all of them are returning this error without any change from our side. One of the examples of the support request ID returned is "ee30afd6-902a-417a-90a5-893462dba5f9-1718286494".
An example of variables sent to the mutation request is:
{
notifyCustomer: true,
reverseDeliveryLineItems: [
{
reverseFulfillmentOrderLineItemId: "gid://shopify/ReverseFulfillmentOrderLineItem/XXXXXXXXXX",
quantity: 1,
},
],
reverseFulfillmentOrderId: "gid://shopify/ReverseFulfillmentOrder/XXXXXXXXXX",
trackingInput: {
number: "XXXXXXXXXX",
url: "https://mygls.gls-spain.es/e/XXXXXXXXXX",
},
}
Please, can someone help me!!
The problem now seems to have disappeared... Everything is working properly again