Have your say in Community Polls: What was/is your greatest motivation to start your own business?
Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

Internal error. Looks like something went wrong on our end

Internal error. Looks like something went wrong on our end

samuel-patino
Shopify Partner
2 0 0

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!!

 

Reply 1 (1)

samuel-patino
Shopify Partner
2 0 0

The problem now seems to have disappeared... Everything is working properly again