BulkInventoryCreate

Created bulk inventory job using SDK.
The bulk inventory goes into pending on platform neither gets complete nor fail. How to resolve this?

Request, {
“sizes”: [
{
“price”: 200.12,
“storeCode”: “GGNTEST01”,
“tags”: [],
“priceMarked”: 197.87,
“totalQuantity”: 49,
“quantity”: 23,
“sellerIdentifier”: “7864534293”,
“priceEffective”: 150.87,
“currency”: “INR”
}
],
“companyId”: 4,
“batchId”: “659e4ee5b235f624cd5b3316”
}

Response : {“code”:400,“message”:“659e4ee5b235f624cd5b3316 bulk inventory job total & succeed count matching, job should be completed.”}