Why am I getting random 500 errors while updating product status using Admin Rest API?

Hi, I’m using the Admin Rest API to update the publication status of my products.

I get random 500 errors during this request:

with this body:

{“product”:{“id”:XXX, “published”:false}}

I have two recent requests that have this problem, here are the IDs (the x-request-id):

db2c9451-951b-4d82-983b-0f52b5779dbc

5c6a707a-e166-43a5-92cc-a9d80b18e4e1

Could you give me more details about the problem? I got back a 500 error without any other details.

As I run many parallel requests I was thinking of quotas limitations, but it’s not a 429 and I have nothing in my Retry-After header.

Thanks in advance