Project overview
The LEDIN Connector is an archived Shopware 6 plugin for downloading and importing LEDIN product data. The README describes importing categories, brands, attributes and attribute values into custom DAL entities and mapping them to Shopware structures.
The plugin first stores LEDIN data in custom entities and then provides mapping surfaces in the Administration. Categories are mapped to Shopware categories, brands to manufacturers, and attributes to property groups and options.
Console commands and scheduled tasks are included for operation and automation. Feed files are written to Shopware's private filesystem so download, import and mapping can run as separate steps.
What the extension covers
Download of LEDIN full and light XML feeds into the private filesystem
Import of categories, brands, attributes and attribute values into custom DAL entities
Admin mapping for categories, manufacturers, property groups and property options
CLI commands and scheduled tasks for repeatable import runs
Setup and usage
- 1Install and activate the plugin under custom/plugins in Shopware.
- 2Set LEDIN API URLs, API key and import language in the plugin configuration.
- 3Run the download and import commands, then maintain mappings in the Administration.