Data Feed Sync Status monitoring
The Data Feed Sync Status page lets Commerce administrators monitor export health for product and category data feeds in the Admin area.
Audience and availability audience
The Data Feed Sync Status page is available at no additional cost to Commerce merchants with an active license for one of the following services:
The Data Feed Sync Status page is available automatically in supported Commerce service configurations. On Adobe Commerce on Cloud Infrastructure and on-premises deployments, if the page is missing after an eligible service or connector is enabled, follow the manual installation instructions below. Do not use the Composer installation procedure for product-managed SaaS experiences.
Access the sync status page access-data-feed-sync-status-page
From the Admin area, navigate to System > Data Transfer > Data Feed Sync Status.
Available export feeds
The list of available export feeds you can manage from the Data Sync Status page depend on which Commerce services are connected.
-
For Adobe Commerce on Cloud, On Premises, and Commerce as a Cloud Service with configured Commerce Services: See Supported Feeds in the SaaS Data Export Guide.
-
For Adobe Commerce on Cloud or On-Premises deployments configured with theAdobe Commerce Optimizer Connector: See Supported feeds in the Adobe Commerce Optimizer Connector Guide.
Data Feed Sync Status summary data-feed-sync-status-summary
The summary grid lists each feed and its export counts.
Data Feed Sync Status details data-feed-sync-status-details
From the summary page, select a feed name or select Details to view export status for each feed item:
You can manage the view using the following controls:
- Mass Action to schedule resync for selected feed items
- Filters and Columns
- Default View to create and save a filtered view, and switch between views
Feed health indicators feed-health-indicators
- Ready: The indexer is up to date. No reindex required.
- Reindex required: Source data changed. Run a reindex to capture recent changes.
- Processing: Indexing is in progress.
- All synced: No pending changes to process.
- Items in backlog: Number of pending changes waiting to be processed. A backlog of more than 1,000 items may indicate performance issues.
- Schedule mode (recommended): The indexer runs on schedule, which reduces the risk of data loss.
- Update on Save (real time): Shown as a warning on the page. Real-time mode is not expected and increases the risk of data loss under load.
Export status types export-status-types
Monitor data feed status
When you update product- and category-related entities in the Commerce database, the data transfers to Commerce services according to your feed configuration. You can monitor export activity and its current status from the Data Feed Sync Status summary page.
When the successfully sent count matches the source count for a feed, and no items remain awaiting submission or failed, Commerce has completed export for that feed. Use the appropriate dashboard to confirm downstream availability.
Manage failed exports manage-failed-exports
To review failed exports and schedule a resync:
- From the summary page, find the feed with failed records.
- Select Details.
- Review error messages in the Error column.
- Select the records to resync using the checkboxes.
- From the Mass Action menu, select Schedule Resync, select Submit, and confirm the operation.
- Monitor status changes on the details page.
The system automatically retries certain failures.
When to resync manually resync-feed-items
Manually resync in these cases:
- Authentication or permission errors (401 or 403 status codes) persist
- You fixed data format issues that caused payload errors
- External service configuration or endpoints changed
- Customizations affecting data export were deployed
Confirm data in connected services confirm-data-in-connected-services
To verify end-to-end synchronization after exports complete, use one of the following methods. For the limits of export status on this page, see the note above.
- Adobe Commerce as a Cloud Service with Commerce services: Check the applicable Data Management Dashboard to confirm downstream availability.
- Adobe Commerce on Cloud or On-Premises with Adobe Commerce Optimizer Connector: Check Commerce Admin export status first, then check the Data Sync page in Commerce Optimizer Studio
- Adobe Commerce Optimizer (stand-alone): Data is not exported from the Commerce backend. Use the Data Sync page in Commerce Optimizer Studio to confirm data availability.
Best practices best-practices
- Review the summary page daily for feeds with high failure rates.
- Examine details weekly for critical feeds, such as products and prices.
- Track export success trends monthly to identify recurring issues.
Troubleshoot common issues troubleshoot-common-issues
- Check external service status and configuration
- Review error messages for patterns in the Error column
- After you resolve the underlying issue, see Manage and resync failed exports
- Contact external service support if needed
- Check feed health indicators for indexer and backlog status
- Rerun indexing if Reindex required is shown
- Monitor external service response times
- Schedule exports during off-peak hours when possible
- Review system resources and performance
- Verify API credentials and tokens
- Check external service account permissions
- Renew expired tokens or contact your service provider
- After credentials are restored, resync affected records
- For Commerce as a Cloud Service, confirm an eligible service is enabled (see Audience and availability)
- For Commerce on Cloud or On Premises only, Install the extension manually
Adobe Commerce on Cloud Infrastructure or on-premises: confirm that an eligible service or the Adobe Commerce Optimizer Connector is enabled; if the page is still missing, follow the manual installation instructions.
ACCS or Adobe Commerce Optimizer: do not install the module manually; use the product-managed synchronization experience or contact the appropriate service support team.
Install the extension install-the-extension
Manual installation is required for Adobe Commerce on Cloud or on-premises deployments only if the Data Feed Sync Status page is missing from the Admin area after you enable an eligible service. See Audience and availability.
Prerequisites
- Adobe Commerce 2.4.4+. For detailed requirements, see System requirements.
- Adobe Commerce Data Export Extension, version 103.4.15 or later
- Authentication keys with permission to download the required package from the Adobe Commerce repository. To create authentication keys and obtain the necessary package access, see Get your authentication keys. For Cloud installations, see the Commerce on Cloud Infrastructure Guide.
- Access to the command line of the Adobe Commerce application server.
Installation steps
Add the magento/module-data-exporter-status module using Composer:
composer require magento/module-data-exporter-status
For detailed installation steps, see the following guides: