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.
see ExportCatalogCheck

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>.
see ExportCatalogArticleFeature

techdivision_pixi_export_catalog_products_article

The event is called after each product item to extend own XML block in <ARTICLE>.
see ExportCatalogProductsArticle

techdivision_pixi_export_catalog_products

The event is called after all products item to extend own XML block in <T_NEW_CATALOG>.
see ExportCatalogProducts

EVENTS ORDER EXPORT

techdivision_pixi_export_order_before

see ExportOrderBefore

techdivision_pixi_export_order_item_before

see ExportOrderItemBefore

techdivision_pixi_export_order_item_after

see ExportOrderItemAfter

techdivision_pixi_export_order_after

see ExportOrderAfter

techdivision_pixi_import_order_status_after

The event is called after import order status is saved.
see ImportOrderStatusAfter

EVENTS STOCK EXPORT

techdivision_pixi_import_stock_item_before_save

The event is called before stock item ist saved.
see ImportStockItemBeforeSave

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
see ImportStockItemBeforeSave

techdivision_pixi_import_stock_product_before_save

The event is called before product item ist saved.
see ImportStockProductBeforeSave