Graphql productCreate Bulk Operation - Continuously returning RUNNING status with 0 ObjectCount

Hello , I have created a product Create bulk mutation using bulk operation GraphQL API for 500 products but I am getting same RUNNING status from 2 hours with 0 ObjectCount . Can you please tell me why this is happening.

Hi @Pushpanjali :waving_hand:

Without an example of the productCreate mutation and input variables, it’s challenging to diagnose the issue. Would you please try a single productCreate mutation to determine if your current input format can create 1 product successfully?

If there are large volumes of media for each product, we recommend using productCreateMedia after the product has been created without any media.

Hope that helps!