module->getService(ProductDataProvider::class); $response = $this->handleDataSync($productDataProvider); $this->exitWithResponse($response); } }