epuzzle/magento2-module-import-export

This module provides functionality to extend import and export in Magento 2.

2.0.0 2025-09-22 20:55 UTC

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

Magento 2.4.7 Actions Status Magento 2.4.8 Actions Status

Requirements

  1. Installed Magento 2 System
  2. Magento System 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.

Run In Postman

License

Copyright (c) 2025 ePuzzle contributors. This module is MIT licensed. Project coordinator: support@epuzzle.org