Adobe Commerce module development

Learn how to register events, find supported events, and use a new XML file io_events.xml in custom module development. The video also shows developers how to find registered events to use, and how to remove events that are already defined. Additional documentation found at Install Adobe I/O Events for Adobe Commerce.

Who is this video for?

  • Developers new to Adobe Commerce and Adobe Developer App Builder using I/O events.

Video content video-content

  • Registering Commerce events for Adobe Developer App Builder
  • Identify events that can be registered
  • Learn how to register events in io_events.xml
  • Learn how to register events in the Commerce instances app/etc/config.php
  • Learn how to unsubscribe from an event

Useful commands useful-commands

bin/magento events:list:all Magento_Catalog

bin/magento events:info plugin.magento.catalog.api.category_repository.save

bin/magento events:subscribe observer.catalog_category_save_after --fields=entity_id --fields=parent_id

cat app/etc/config.php

bin/magento events:unsubscribe observer.catalog_category_save_after

bin/magento events:list

Adobe Developer Documentation

recommendation-more-help
commerce-learn-help-home