-
Notifications
You must be signed in to change notification settings - Fork 0
Home
The Data Exporter Layer is replaced by the Data Integration Layer. For integrations to come, please use the DI plugin: https://github.com/boxalino/data-integration-magento2
Get in touch with Boxalino for migrations from Data Exporter to Data Integration.
This package is used for the data exporter layer on a Magento2 setup.
For a full Real Time User Experience (RTUX) project, the following dependencies apply:
In order to have a Magento2 Boxalino deployment, a full data synchronization is required in order to create the data index for the configured account.
- The full data export has to run daily. (more information on the Full data sync wiki )
- If there is a requirement for delta (partial) updates for products, please enable the ** delta exporter ** as well. (more information on the Delta data sync wiki )
The stock information default logic is linked to the content of the "cataloginventory_stock_status". If your project uses a different source:
- redeclare the dependency for the ProductExporterResourceInterface
- update the public function getStockInformation() : array
Before you are able to run the exporter commands, the following dependencies must be confirmed:
- ProductComponentInterface (handles products data export logic)
- OrderComponentInterface (handles customer data export logic)
- CustomerComponentInterface (handles transactions data export logic)
(the defaults are used, as declared in the exporter-magento2 di.xml )