Installing Adobe Commerce Extension

How to install extension required by IdealData.io

Step 1: Enable Maintenance mode

bin/magento maintenance:enable

Step 2: Composer installation

composer require tnw/module-idealdata --no-update

composer upgrade tnw/module-idealdata

Step 3: Magento Build & Install

bin/magento setup:upgrade

bin/magento setup:di:compile

bin/magento indexer:reindex

Step 4: Redeploy static content

rm -rf pub/static/frontend/ pub/static/deployed_version.txt  pub/static/adminhtml/

bin/magento setup:static-content:deploy -f

Step 5: Clear Cache

bin/magento cache:clean

Step 6: Disable the maintenance mode

bin/magento maintenance:disable

If you run into any issues, try executing the following command and try again

rm -rf var/generation/* generated/*

Step 7: Verify

If the installation is successful you should be able to see this page in the admin panel of your Adobe Commerce platform. Out integration will now be able to access new fields and objects via the API.

1-May-09-2025-04-46-10-3141-PM