Customize Export
The example module PixiApiCustomize can be used as a reference to extend the TechDivision/Pixi Events.
EVENTS CATALOG EXPORT | |
---|---|
techdivision_pixi_export_catalog_check |
The event is called before the catalog is exported and is used to implement an abort of the catalog export. |
techdivision_pixi_export_catalog_products_article_features |
The event is called for every product item after standard <FEATURE> block vor pixi* to extend own attributes as <ARTICLE_FEATURES>. |
techdivision_pixi_export_catalog_products_article |
The event is called after each product item to extend own XML block in <ARTICLE>. |
techdivision_pixi_export_catalog_products |
The event is called after all products item to extend own XML block in <T_NEW_CATALOG>. |
EVENTS ORDER EXPORT | |
---|---|
techdivision_pixi_export_order_before |
|
techdivision_pixi_export_order_item_before |
|
techdivision_pixi_export_order_item_after |
|
techdivision_pixi_export_order_after |
|
techdivision_pixi_import_order_status_after |
The event is called after import order status is saved. |
EVENTS STOCK EXPORT | |
---|---|
techdivision_pixi_import_stock_item_before_save |
The event is called before stock item ist saved. |
techdivision_pixi_import_stock_sourceitem_before_save |
The event is called before source item ist saved. Only available in Magento 2.3 with active Multi Source Inventory and techdivison/pixi-msi package |
techdivision_pixi_import_stock_product_before_save |
The event is called before product item ist saved. |