follow-the-sun/sunflow-magento2-connector

Follow The Sun Sunflow Connector for Magento 2

1.0.0 2025-01-06 08:41 UTC

This package is not auto-updated.

Last update: 2025-06-13 09:12:36 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 Configuration section, you need to configure your API key and some required fields that can be found in your Sunflow interface. sunflow-configuration.png

  • In the Export Configuration section, 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). export-configuration.png

  • In the FTP Configuration section, you need to configure the FTP information. You can find them in your Sunflow interface. ftp-configuration.png

  • A debug mode is available in Debug section. Logs will be stored in your <magento_root>/var/log/follow-the-sun-connector.log file. debug-configuration.png

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