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

1.0.4 2024-07-18 13:47 UTC

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_history
  • armada_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_log
  • armada_import_product
  • armada_import_validate

UI components

You can extend an import updates using the configuration files located in the view/armada/ui_component directory:

  • product_import_grid
  • product_import_log

Additional information

Message Queue Consumer

  • productimport.import - consumer to run import process