epuzzle / magento2-module-import-export
This module provides functionality to extend import and export in Magento 2.
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 1
Open Issues: 0
Type:magento2-module
Requires
- epuzzle/magento2-module-base: ^1.0
- epuzzle/magento2-module-file-uploader: ^1.0
- magento/framework: *
This package is auto-updated.
Last update: 2025-09-22 21:21:34 UTC
README
This module extends the default Adobe Commerce Import / Export functionality, making it easier to manage bulk data transfers for products, customers, orders, and custom entities.
It provides:
- REST API for import — enabling seamless integration with external systems (ERP, PIM, CRM, marketplaces, etc.).
- CLI command for manual operations — you can run imports directly from the Magento CLI (
bin/magento epuzzle:import-export:csv-import path/to/file.csv
). - Batch file processing — large CSV files are automatically split into smaller batches for faster and safer processing.
- Flexible entity support — you can work not only with standard Magento entities, but also with custom ones defined in your project.
- Asynchronous operations — import and export tasks can run in the background, improving stability and reducing timeout issues.
- Developer-friendly integration — designed for developers, store managers, and system integrators who need more control over synchronization processes.
Builds Status
Requirements
Supported Magento 2 versions
Version | Status | Notes |
---|---|---|
Magento Open Source/Adobe Commerce 2.3.* | x | |
Magento Open Source 2.4.3 | x | |
Adobe Commerce 2.4.4+ | ✓ | |
Magento Open Source 2.4.4+ | ✓ |
Documentation
Postman API
Use our ready-to-run Postman collection to explore and test the Import API endpoints.
License
Copyright (c) 2025 ePuzzle contributors. This module is MIT licensed. Project coordinator: support@epuzzle.org