Extensibility Template for Handling Commerce Events
nodejs(v14) andnpminstalled locally - https://nodejs.org/en/aiocommand line tool - https://github.com/adobe/aio-cli, https://developer.adobe.com/runtime/docs/guides/tools/cli_install/- Project in Adobe developer console
- I/O Management API
npm install -g @adobe/aio-cli
git clone <template-url>&npm installaio app init <your-folder-name> --template <relative-path-to-template-folder-from-project-root>ORaio app init <your-folder-name> --template <absolute-path-to-template-folder>- Check your
app.config.yamlfile to see if the actions and event codes are set up correctly. aio app deploy&aio app undeploywill take care of the event registration/subscription ifaio-cli-plugin-extensionis installed.
aio app init <your-folder-name>- Select the template named
@adobe/commerce-events-ext-tpl
Contributions are welcomed! Read the Contributing Guide for more information.
This project is licensed under the Apache V2 License. See LICENSE for more information.