follow-the-sun / sunflow-magento2-connector
Follow The Sun Sunflow Connector for Magento 2
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:magento2-module
pkg:composer/follow-the-sun/sunflow-magento2-connector
Requires
- follow-the-sun/sunflow-sdk-php: ^1.0
 - magento/framework: *
 
This package is not auto-updated.
Last update: 2025-10-31 11:24:56 UTC
README
Sunflow Magento 2 Connector
Purpose
Magento module that allows the synchronization of MAGENTO data with SUNFLOW. The synchronization is only in the direction of MAGENTO to SUNFLOW and concerns the data CUSTOMER / ORDER & CART / PRODUCT REPOSITORY
This module is compatible with MAGENTO version 2.4.7 (and above)
How to install
You can install the Sunflow Magento 2 connector by using composer :
composer require follow-the-sun/sunflow-magento2-connector
Configuration
You can configure the settings through the magento 2 admin by going to : Sunflow > Configuration
- 
In the
Sunflow Configurationsection, you need to configure your API key and some required fields that can be found in your Sunflow interface.
 - 
In the
Export Configurationsection, you can configure export time and mode. 
To ensure that the export works correctly, you need to make sure that your Magento 2 cron:run command is running frequently.
The mode defines the export behavior :
- 
If the full mode is enabled, all entity data will be exported.
 - 
If the delta mode is enabled, only modified entity data since the last export will be exported (this works only for Order and Customer entity).

 - 
In the
FTP Configurationsection, you need to configure the FTP information. You can find them in your Sunflow interface.
 - 
A debug mode is available in
Debugsection. Logs will be stored in your<magento_root>/var/log/follow-the-sun-connector.logfile.
 
Available export commands
You can run export command for different entities at anytime :
  bin/magento follow-the-sun:export:category        Export Category for Sunflow
  bin/magento follow-the-sun:export:customer        Export Customer for Sunflow
  bin/magento follow-the-sun:export:order           Export Order for Sunflow
  bin/magento follow-the-sun:export:product         Export Product for Sunflow
  bin/magento follow-the-sun:export:product-store   Export Product Store for Sunflow