armada / module-product-import
Product Import Module
Installs: 13
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
pkg:composer/armada/module-product-import
Requires
- php: ~8.1.0||~8.2.0||~8.3.0
This package is auto-updated.
Last update: 2025-12-18 17:20:53 UTC
README
This module provides a framework and basic functionality for importing product data
Installation
The Armada_ProductImport module creates the following tables in the database:
armada_product_import_historyarmada_product_import_log
All database schema changes made by this module are rolled back when the module gets disabled and setup:upgrade command is run.
Structure
Files/ - the directory that contains sample import files.
Extensibility
Extension developers can interact with the Armada_ProductImport module.
Layouts
This module introduces the following layout handles in the view/frontend/layout directory:
armada_import_logarmada_import_productarmada_import_validate
UI components
You can extend an import updates using the configuration files located in the view/armada/ui_component directory:
product_import_gridproduct_import_log
Additional information
Message Queue Consumer
productimport.import- consumer to run import process