Skip to content

findologic/plugin-magento-2-di-export

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Findologic Magento 2 Export Plugin

In order to use the Findologic service you need to install:

Installation

Product export

For the functionality of the plugin it's essential to export the product data from the shop to Findologic. For this purpose, the Findologic export library libflexport is included. By default the export contains only demo product data.

The export is triggerred by the plugin-magento-2-di and calls Export::startExport. Please use this example and modify it to your needs. The xml export documentation can be found here. The exported XML is validated against a predefined XSD Schema.

Run export

The export can be triggered by URL in your browser:

  • https://<SHOP_URL>/search/Export/ExportController?shopkey=<SHOP_KEY>&start=<NUMBER>&count=<NUMBER>

Parameters:

  • shopkey: API key provided by Findologic
  • start: number that should not be lower than zero
  • count: number that should not lower than zero and “start” number

About

Magento 2 Export Plugin for Direct Integration

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages