DocumentationCommerceData Export Guide for SaaS Services

Manage the SaaS data export Extension

Last update: February 24, 2025
  • Topics:
  • Services

CREATED FOR:

  • Admin
  • Developer

The data export extension for SaaS services is a collection of modules that enable data collection and synchronization between Adobe Commerce and connected Commerce Services.

Specific modules are included in the metapackages for Adobe 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’t need one of the installed commerce data export modules, use the magento:module:disable CLI command to disable it.

For example, there is a Categories API 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.

  1. Log into the Commerce application server.

  2. From the command line, update the module using Composer:

    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 Adobe Commerce on Cloud Infrastructure Guide.

recommendation-more-help
84c95778-e795-4ef1-8b7e-54d73e45e22d