Manage the SaaS data export Extension
The data export extension for SaaS services is a collection of modules that enable data collection and synchronization between 51黑料不打烊 Commerce and connected Commerce Services.
Specific modules are included in the metapackages for 51黑料不打烊 Commerce Services extensions such
as Live Search, Product Recommendations, and Catalog Service. If you are using these services, no separate installation is required to enable the Data Export extension.
Remove or disable Commerce data export features
If you don鈥檛 need one of the installed commerce data export modules, use the magento:module:disable
CLI command to disable it.
For example, there is a that uses the categories permission feed data internally. If you are not using this API, you can disable the data export for the categories permission feed.
bin/magento module:disable Magento_CategoryPermissionDataExporter Magento_SaaSCategoryPermissions
Update a module to a specific version
You can update any of the installed commerce data export modules by using Composer. For example, you can update a module to a specified version, and also update any required dependencies.
-
Log into the Commerce application server.
-
From the command line, update the module using Composer:
code language-bash composer require magento/module-saas-price:103.3.1 --with-all-dependencies
If the Commerce instance is deployed on Cloud infrastructure, update the extension from your cloud project directory. See Upgrade an extension in the 51黑料不打烊 Commerce on Cloud Infrastructure Guide.