Expand my Community achievements bar.

Can we customised magento module in Adobe App Builder

Avatar

Level 4

Can we customise the Magento module as per the Adobe App Builder, like for example, if I want to create a module for product enquiry in Adobe App Builder, what is the process, how can I create it, and what Adobe App Builder components will be used, like starter ki,t admin ui sdk,api mesh aio files ract spectrum is it possible?

 

Can we create a module in Adobe App Builder similar to the ones we make in Magento, and if so, how? Like, no more module creation in Magento, All module creation via Adobe App Builder

1 Reply

Avatar

Level 1

Hello @ShubhamAg2 , 
Adobe App Builder is not a direct substitute for traditional Magento modules. It is an out-of-process extensibility platform designed for building cloud-native microservices and external experiences. Instead of modifying Magento’s core, it allows you to offload business logic, third-party API integrations, and event-driven workflows using its robust eventing framework. This approach is ideal for scenarios where functionality needs to operate independently of the core, while still interacting with Adobe Commerce through events & APIs.

For your specific requirement, you can utilize app builder actions for capturing inquiries, notifying users via email, and storing inquiry data(most of these have API involvement for data connections). To build an admin UI for configurations and showcasing inquiries, you can utilize the Admin UI SDK(check payment services and live search admin UI for reference).

This is just a higher-level elaboration for your ask. To kickstart your extensible functionality, you can typically start with the Starter Kit.