GraphQl API bulkOperationRunMutation - Internal Server Error

Hello everyone,

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.

Thank you.

Hi @ponvaskon

Hope you’re having a great day!

Could you provide Some codes for analysis? It may be that the problem is in your codes.

Hi Michal,

This is the query that we are using:

We are following this quide and all steps are successful except this one.

Bulk import data with the GraphQL Admin API

It is pretty strange because we are already using this mutation for stock sync and everything works like a charm.
Thank you for you help!

Hi Michal,

This is the query that we are using:

We are following this quide and all steps are successful except this one.

Bulk import data with the GraphQL Admin API

It is pretty strange because we are already using this mutation for stock sync and everything works like a charm.
Thank you for you help!