Data Export log codes reference
This page provides a reference for Data Export log messages to help troubleshoot synchronization issues and determine when a partial or full resync is required. It includes only error, warning, and critical log codes emitted by the Data Export extension.
See Review logs and troubleshoot for information about log files and troubleshooting guidance.
Log code details
Log code format: CDE<group_id>-<log_id> (e.g., CDE01-02)
Sources: commerce-data-export, commerce-data-export-ee, saas-export
Codes are assigned to error, warning and critical level log messages only, info, notice, and debug level messages are excluded.
Group 01 - Data Collection Phase
Log codes related to errors or warnings that occur while collecting data from source entities, typically within data providers.
- Affected entities might be processed with partial data or skipped entirely if an error occurs. See the log message for details.
- Warnings can indicate incorrect integration with the Data Export extension by third-party modules; however, sync operations typically continue.
CDE01-01 Failed to add stock info to "ac_inventory" attribute for ids "{ids}". Error: {exception_message}commerce-data-export/ExtraProductAttributes/Provider/AdvancedInventoryProvider.php:69CDE01-02 Field "{field}" is missing in row {row_data}commerce-data-export/ExtraProductAttributes/Provider/AdvancedInventoryProvider.php:101CDE01-03 Invalid field "{field}" requested from inventory config {config_data}commerce-data-export/ExtraProductAttributes/Provider/AdvancedInventoryProvider.php:146CDE01-04 Was not able to add data to "ac_attribute_set" attribute for ids "{ids}". Error: {exception_message}commerce-data-export/ExtraProductAttributes/Provider/AttributeSetProvider.php:55CDE01-05 Unable to sync feed "{feed}" for ids "{ids}". Affected data provider: "{provider}". Error: {exception_message}commerce-data-export/DataExporter/Export/Processor.php:94CDE01-06 Unable to sync feed "{feed}" for ids "{ids}". Error: {exception_message}commerce-data-export/DataExporter/Export/Processor.php:127CDE01-07 Source entity id is null. Item sync was skip for feed "{feed}". field: "{field}", item: {item}commerce-data-export/DataExporter/Model/Indexer/DataSerializer.php:123CDE01-08 Cannot collect "inStock" for products "{product_ids}": no sales channel data for stores "{store_view_codes}"commerce-data-export/CatalogInventoryDataExporter/Model/Query/InventoryData.php:125CDE01-09 Cannot get status attribute. Product variants ignore stock status. Error: {exception_message}commerce-data-export/ConfigurableProductDataExporter/Model/Provider/Product/Options.php:434CDE01-10 Unable to retrieve gift card product options for products "{values}". Error: {exception_message}commerce-data-export-ee/GiftCardProductDataExporter/Model/Provider/Product/Options.php:148CDE01-11 Unable to retrieve gift card shopper input options for products "{values}". Error: {exception_message}commerce-data-export-ee/GiftCardProductDataExporter/Model/Provider/Product/ShopperInputOptions.php:119CDE01-12 Catalog Permissions: Global Configuration path was not found for path {path}. {config_dump}commerce-data-export-ee/CategoryPermissionDataExporter/Model/Provider/ConfigurationProvider.php:183CDE01-13 Catalog Permissions: wrong state in global config. item: {item}, config: {config}commerce-data-export-ee/CategoryPermissionDataExporter/Model/Provider/ConfigurationProvider.php:245CDE01-14 Failed to assign UUIDs for type: {type}, ids: {ids}commerce-data-export/DataExporter/Uuid/UuidManager.php:90CDE01-15 Failed to assign UUIDs for type: {type}, ids: {ids}. duplicates: {duplicates}commerce-data-export/DataExporter/Uuid/UuidManager.php:106CDE01-16 "{feed_name}" feed sync error: cannot build identifier for "{field}". Item skipped: {item}commerce-data-export/DataExporter/Model/FeedHashBuilder.php:82CDE01-17 Failed to create attribute "{attribute_code}". Will be retried on next sync. Error: {message}commerce-data-export/CatalogDataExporter/Service/SystemAttributeRegistrar.php:182CDE01-18 Error on getting datetime for catalog price rule fetch. Using system time. website: "{website_id}", store: "{store_id}"commerce-data-export/ProductPriceDataExporter/Model/Query/DateWebsiteProvider.php:75CDE01-19 GiftCard {sku} does not have shopper input optionscommerce-data-export-ee/GiftCardProductDataExporter/Plugin/GiftCardAsAttribute.php:102CDE01-20 GiftCard {sku} doesn't have valid options: {options}commerce-data-export-ee/GiftCardProductDataExporter/Plugin/GiftCardAsAttribute.php:131CDE01-21 Unable to resolve url_path for category {id} with path "{path}", url_key "{urk_key}", store "{store}"commerce-data-export/CatalogDataExporter/Model/Provider/Categories.php:204CDE01-22 Unable to resolve url_path for category{id} with path "{path}" for store view "{store}"commerce-data-export/CatalogDataExporter/Model/Provider/Product/CategoryData.php:96Group 02 - Sending Data to SaaS Phase
Log codes related to errors or warnings that occur while submitting feed data to SaaS endpoints.
- Errors typically indicate failures during HTTP requests, response handling, or data validation that prevent data from being accepted.
- Warnings usually indicate transient conditions (such as rate limiting or server errors) where requests are retried automatically.
CDE02-01 Application error on sending data to SaaS for feed "{feed_name}". Error: {error_message}saas-export/SaaSCommon/Model/Http/Command/SubmitFeed.php:261CDE02-02 Unexpected error on sending data to SaaS for feed "{feed_name}". Error: {error_message}saas-export/SaaSCommon/Model/Http/Command/SubmitFeed.php:280CDE02-03 Cannot parse the API response because the request was not successful.saas-export/SaaSCommon/Model/Http/ResponseParser.php:81CDE02-04 Cannot obtain feed metadata for feed name "{feed_name}". Sync terminated. Error: {error_message}saas-export/SaaSCommon/Cron/SubmitFeed.php:206CDE02-05 Failed to submit feed batch for feed {feed_name}. Error: {error_message}saas-export/SaaSCommon/Cron/SubmitFeed.php:310CDE02-06 Failed to retry feed items submission for feed {feed_name}. Error: {error_message}saas-export/SaaSCommon/Cron/SubmitFeed.php:257CDE02-07 Feed "{feed_name}" sync error: too many requests (HTTP 429). Request will be retried.saas-export/SaaSCommon/Model/Http/Command/SubmitFeed.php:351CDE02-08 Feed "{feed_name}" sync error: Server error (HTTP {http_status_code}). Request will be retried.saas-export/SaaSCommon/Model/Http/Command/SubmitFeed.php:356CDE02-09 Feed "{feed_name}" sync error: data validation failed. Check logs. Request will not be retried.saas-export/SaaSCommon/Model/Http/Command/SubmitFeed.php:362CDE02-10 Feed "{feed_name}" sync error: Client error (HTTP {http_status_code}). Request will be retried.saas-export/SaaSCommon/Model/Http/Command/SubmitFeed.php:368CDE02-11 Feed "{feed_name}" sync error: application-level error. Request will be retried.saas-export/SaaSCommon/Model/Http/Command/SubmitFeed.php:374CDE02-12 Feed "{feed_name}" sync error API request was not successful (status code: {status_code}).saas-export/SaaSCommon/Model/Http/Command/SubmitFeed.php:379CDE02-13 The zlib-ext is not loaded. Request body can't be compressed and will proceed with regular jsonsaas-export/SaaSCommon/Model/Http/Converter/Factory.php:96Group 03 - Scheduling Sync on Entity Update
Log codes related to errors or warnings that occur when scheduling or triggering synchronization in response to entity changes.
- Errors can prevent incremental synchronization from being scheduled and often require a full or partial resync to recover.
- Warnings indicate that a sync operation was skipped or deferred due to unsupported input, missing identifiers, or configuration issues.
CDE03-01 Cannot schedule resync for feedscommerce-data-export/DataExporter/Service/FeedItemsResyncScheduler.php:119CDE03-02 Skipping product feed update scheduling. Category path "{category_path}" is wrongly formattedcommerce-data-export/CatalogDataExporter/Plugin/Category/ScheduleProductUpdateOnCategoryChange.php:55CDE03-03 Categories sync error on category "{category_id}" save. Run resync. Error: {error_message}commerce-data-export/CatalogDataExporter/Plugin/Category/ReindexCategoryFeedOnSave.php:64CDE03-04 Product sync scheduling error on url key change ({old_url_key} -> {new_url_key}). Run resync. Error: {error_message}commerce-data-export/CatalogDataExporter/Plugin/Category/ResyncProductsOnCategoryChange.php:71CDE03-05 Product sync scheduling error on category path change ({old_path} -> {new_path}). Run resync. Error: {error_message}commerce-data-export/CatalogDataExporter/Plugin/Category/ResyncProductsOnCategoryChange.php:115CDE03-06 Product sync scheduling error on attribute "{attribute_code}" deletion. Run full resync. Error: {error_message}commerce-data-export/CatalogDataExporter/Plugin/Eav/Attribute/ProductAttributeDelete.php:102CDE03-07 Product sync scheduling error on inventory source save for SKUs: {product_skus}. Error: {error_message}commerce-data-export/CatalogInventoryDataExporter/Model/Plugin/ScheduleProductUpdate.php:61CDE03-08 Product variants sync scheduling error on product "{sku_or_id}" save. Run resync. Error: {error_message}commerce-data-export/ProductVariantDataExporter/Plugin/ReindexVariantsAfterSave.php:76CDE03-09 The '{feed_name}' feed does not support partial resync by IDs, or an unsupported identifier type was specified.saas-export/SaaSCommon/Model/ResyncManager.php:295CDE03-10 There are no {id_field}s found to reindex for provided identifiers list: {identifiers}saas-export/SaaSCommon/Model/ResyncManager.php:313CDE03-11 Categories Permissions feed sync scheduling error on category "{category_id_and_name}" delete. Error: {error_message}commerce-data-export-ee/CategoryPermissionDataExporter/Plugin/MarkEntityAsDeletedOnCategoryRemove.php:86CDE03-12 Product Overrides sync failed. Marked indexer as invalid. Error: {error_message}commerce-data-export-ee/ProductOverrideDataExporter/Plugin/Indexer/Category/TriggerFullResync.php:58CDE03-13 Cannot invalidate indexers "{indexer_ids}" for event "{event_name}". Error: {error_message}commerce-data-export/DataExporter/Service/IndexInvalidationManager.php:58CDE03-14 Failed to read config values. Indexer invalidation for event "{event_name}" skipped. Error: {error_message}commerce-data-export/CatalogDataExporter/Plugin/Index/InvalidateOnConfigChange.php:80CDE03-15 Categories Permissions feed sync scheduling error on config save: {error_message}commerce-data-export-ee/CategoryPermissionDataExporter/Plugin/InvalidateOnConfigChange.php:120CDE03-16 Failed to reindex category permissions global configuration after full reindex: {error_message}commerce-data-export-ee/CategoryPermissionDataExporter/Plugin/GlobalConfigurationReindex.php:73CDE03-17 Failed to recreate product override view subscriptions on customer group save: {error_message}commerce-data-export-ee/ProductOverrideDataExporter/Plugin/CreateViewAfterChangeCustomerGroup.php:61CDE03-18 Failed to recreate product override view subscriptions on customer group delete: {error_message}commerce-data-export-ee/ProductOverrideDataExporter/Plugin/CreateViewAfterChangeCustomerGroup.php:85CDE03-19 Failed to remove product override view subscriptions during table maintenance: {error_message}commerce-data-export-ee/ProductOverrideDataExporter/Plugin/CreateViewAfterTableMaintenance.php:69CDE03-20 Failed to recreate product override view subscriptions after table maintenance: {error_message}commerce-data-export-ee/ProductOverrideDataExporter/Plugin/CreateViewAfterTableMaintenance.php:93Group 04 - General Errors Related to Indexation or Configuration
Log codes related to errors during the indexation process or due to misconfiguration.
CDE04-02 Cannot set indexer to Update On Schedule mode for indexer {indexer_id}. Error: {message}commerce-data-export/DataExporter/Setup/Recurring.php:84CDE04-03 Partial sync failed for changelog "{changelog_name}". Should be retried. Error: {message}commerce-data-export/DataExporter/Plugin/MviewUpdatePlugin.php:63CDE04-04 Feed metadata does not contain indexer name. Check di.xml configcommerce-data-export/DataExporter/Service/FeedIndexerProvider.php:50CDE04-05 Cannot load feed indexer for feedcommerce-data-export/DataExporter/Service/FeedIndexerProvider.php:60CDE04-06 Failed to reset MView triggers for "{affected_views}" on index table switch. Run reindex. Error: {message}commerce-data-export/CatalogDataExporter/Plugin/DDLTrigger/ResetTriggers.php:73CDE04-07 Error on partial resync for feed "{feed_name}". Error: {message}commerce-data-export/DataExporter/Model/Batch/FeedChangeLog/Generator.php:104CDE04-08 Error retrying failed items sync for feed "{feed_name}". Error: {message}commerce-data-export/DataExporter/Model/Batch/Feed/Generator.php:94CDE04-09 Error on full resync for feed "{feed_name}". Error: {message}commerce-data-export/DataExporter/Model/Batch/FeedSource/Generator.php:97CDE04-10 Error during full sync. Message: "{message}". The following IDs were skipped: [{ids}]commerce-data-export/DataExporter/Model/Indexer/FeedIndexProcessorCreateUpdate.php:172CDE04-11 Feed "{feed_name}" sync failed. Resync will be run on next cron run. Error: {message}commerce-data-export/DataExporter/Model/Indexer/FeedIndexProcessorCreateUpdate.php:232CDE04-12 Partial sync failed for feed "{feed_name}". Retry has been scheduled. Error: {message}commerce-data-export/DataExporter/Model/Indexer/ViewMaterializer.php:170CDE04-13 Sync completed, but failed to persist status to feed table for "{feed_name}" feed. Error: {message}commerce-data-export/DataExporter/Model/Indexer/FeedUpdater.php:125CDE04-14 Cannot delete feed items for feed "{feed_name}" for ids: "{ids}". Error: {message}commerce-data-export/DataExporter/Model/Indexer/FeedIndexProcessorCreateUpdateDelete.php:98CDE04-15 Failed to serialize metadata after sync. Error: {message}commerce-data-export/DataExporter/Model/FeedExportStatus.php:93CDE04-16 Batch table insert query "{query}" returned unexpected result. Expected: {expected_class}, Actual: {actual_type}commerce-data-export/DataExporter/Model/Batch/BatchTable.php:130CDE04-17 Failed to check indexer type when setting schedule mode: {message}commerce-data-export/DataExporter/Plugin/ForceExporterIndexerModeOnSchedule.php:59CDE04-18 Fixture generator: failed to filter indexer changelog tables from fixture SQL: {message}commerce-data-export/CatalogDataExporter/Plugin/FilterChangeLogTable.php:43CDE04-19 The identifier for a feed item is empty. Sync is skipped for the entity.commerce-data-export/DataExporter/Model/Indexer/FeedIndexProcessorCreateUpdate.php:439CDE04-20 Unexpected call: feed "{feed_name}" is not locked, trace: {stack_trace}commerce-data-export/DataExporter/Model/Indexer/FeedIndexer.php:204