We are implementing several integrations using GraphQl API and in one of them we faced this issue. When we try to make the productUpdate using the bulkOperationRunMutation, we get this error:
“data”: { “errors”: [ { “message”: “Internal error. Looks like something went wrong on our end.\nRequest ID: 5a1295dc-735e-4c35-8185-a23768a210e5 (include this in support requests).”, “extensions”: { “code”: “INTERNAL_SERVER_ERROR”, “requestId”: “5a1295dc-735e-4c35-8185-a23768a210e5” } } ] }
However, in the similar integration that updates stock we have no issues.