Skip to content

Add ConfigurableImportExport, CatalogImportExport, GroupedImportExport, TaxImportExport module README file, update BundleImportExport and CatalogGraphQl module README file #34842

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: 2.4-develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion app/code/Magento/BundleImportExport/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,12 @@
Magento_BundleImportExport module implements Bundle products import/export functionality.
#Magento_BundleImportExport module
This module implements Bundle products import/export functionality.

This module is designed to extend existing functionality of Magento_CatalogImportExport module by adding new product type.

## Extensibility

Extension developers can interact with the Magento_CatalogUrlRewrite module. For more information about the Magento extension mechanism, see [Magento plugins](https://devdocs.magento.com/guides/v2.4/extension-dev-guide/plugins.html).

[The Magento dependency injection mechanism](https://devdocs.magento.com/guides/v2.4/extension-dev-guide/depend-inj.html) enables you to override the functionality of the Magento_CatalogUrlRewrite module.

A lot of functionality in the module is on JavaScript, use [mixins](https://devdocs.magento.com/guides/v2.4/javascript-dev-guide/javascript/js_mixins.html) to extend it.
10 changes: 9 additions & 1 deletion app/code/Magento/CatalogGraphQl/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# CatalogGraphQl
# CatalogGraphQl module

**CatalogGraphQl** provides type and resolver information for the GraphQl module
to generate catalog and product information endpoints.

## Extensibility

Extension developers can interact with the Magento_CatalogUrlRewrite module. For more information about the Magento extension mechanism, see [Magento plugins](https://devdocs.magento.com/guides/v2.4/extension-dev-guide/plugins.html).

[The Magento dependency injection mechanism](https://devdocs.magento.com/guides/v2.4/extension-dev-guide/depend-inj.html) enables you to override the functionality of the Magento_CatalogUrlRewrite module.

A lot of functionality in the module is on JavaScript, use [mixins](https://devdocs.magento.com/guides/v2.4/javascript-dev-guide/javascript/js_mixins.html) to extend it.
11 changes: 11 additions & 0 deletions app/code/Magento/CatalogImportExport/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Magento_CatalogImportExport module

This module implements catalog import and export functionality.

## Extensibility

Extension developers can interact with the Magento_CatalogUrlRewrite module. For more information about the Magento extension mechanism, see [Magento plugins](https://devdocs.magento.com/guides/v2.4/extension-dev-guide/plugins.html).

[The Magento dependency injection mechanism](https://devdocs.magento.com/guides/v2.4/extension-dev-guide/depend-inj.html) enables you to override the functionality of the Magento_CatalogUrlRewrite module.

A lot of functionality in the module is on JavaScript, use [mixins](https://devdocs.magento.com/guides/v2.4/javascript-dev-guide/javascript/js_mixins.html) to extend it.
12 changes: 12 additions & 0 deletions app/code/Magento/ConfigurableImportExport/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#Magento_ConfigurableImportExport module
This module implements Configurable products import/export functionality.

This module is designed to extend existing functionality of Magento_CatalogImportExport module by adding new product type.

## Extensibility

Extension developers can interact with the Magento_CatalogUrlRewrite module. For more information about the Magento extension mechanism, see [Magento plugins](https://devdocs.magento.com/guides/v2.4/extension-dev-guide/plugins.html).

[The Magento dependency injection mechanism](https://devdocs.magento.com/guides/v2.4/extension-dev-guide/depend-inj.html) enables you to override the functionality of the Magento_CatalogUrlRewrite module.

A lot of functionality in the module is on JavaScript, use [mixins](https://devdocs.magento.com/guides/v2.4/javascript-dev-guide/javascript/js_mixins.html) to extend it.
10 changes: 10 additions & 0 deletions app/code/Magento/TaxImportExport/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Magento_TaxImportExport module
This module implements tax import/export functionality.

## Extensibility

Extension developers can interact with the Magento_CatalogUrlRewrite module. For more information about the Magento extension mechanism, see [Magento plugins](https://devdocs.magento.com/guides/v2.4/extension-dev-guide/plugins.html).

[The Magento dependency injection mechanism](https://devdocs.magento.com/guides/v2.4/extension-dev-guide/depend-inj.html) enables you to override the functionality of the Magento_CatalogUrlRewrite module.

A lot of functionality in the module is on JavaScript, use [mixins](https://devdocs.magento.com/guides/v2.4/javascript-dev-guide/javascript/js_mixins.html) to extend it.