CreateBulkInventory

I am successfully able to create bulkInventoryBatchJob but not able to push inventory via that batch job.

Error:
HTTP responseCode: 400 responseBody :{“code”:400,“message”:“657fef960907756ef8e729b7 bulk inventory job total & succeed count matching, job should be completed.”}

InventoryJobPayload:
[
{
“price”: 200.0,
“storeCode”: “GGN01”,
“priceMarked”: 140.0,
“totalQuantity”: 100,
“quantity”: 87,
“sellerIdentifier”: “452673897293”,
“priceEffective”: 76.0,
“currency”: “INR”
}
]

How do I resolve this error