Internal Shopify Error

Hello there!

We have an app that needs to sync all merchant products to a DB, so far the process has been more or less stabilized after a few adjustments, never the less since 2 days ago we started having errors stating:

Error: Shopify internal error:

“Internal Server Error”

If you report this error, please include this id: ea8979c3-0c76-494d-9f52-8fe303f4a197

The error is jumping doing this call to the Shopify Admin Api:

await this.shopifyApiService.shopifyApi.rest.Product.all({
…pageInfo?.nextPage?.query,
session: session,
limit: 30,
});

More ids for the same error would be:

ea8979c3-0c76-494d-9f52-8fe303f4a197

5ed0c93c-42b5-49d4-aaf1-e2dc833edad0

58a1b89a-2659-4966-8773-23648fe17e2f

1a4bb9c8-44ec-4765-a04a-9615d4b7d312

11d88f5f-e225-4248-9feb-a9a160f4e20b

We would really like to know what is happening, is completely a random behaviour from shopify API.