On this pageBulkUpdateProductStockInputtype BulkUpdateProductStockInput { stockCount: Float! stockLocationId: String!}CopyFieldsstockCountFloat!requiredNumber of available items in the stock location.stockLocationIdString!requiredId of the stock location.