Edit in GitHubLog an issue

Install Adobe Commerce Webhooks

The following steps apply to both Adobe Commerce on cloud infrastructure and on-premises installations. Cloud customers must perform additional steps to configure the ece-tools package.

  1. Use the following command to load the webhooks modules:

    Copied to your clipboard
    composer require magento/commerce-webhooks=^1.0 --no-update
  2. Update the project dependencies.

    Copied to your clipboard
    composer update
  3. Enable the new modules:

    Copied to your clipboard
    bin/magento module:enable --all

On-premise installation

  1. Run the following command to initialize the AdobeCommerceWebhookPlugins module. This module consists of generated plugins based on a list of subscribed webhooks.

    Copied to your clipboard
    bin/magento webhooks:generate:module
  2. Enable the generated modules:

    Copied to your clipboard
    bin/magento module:enable Magento_AdobeCommerceWebhookPlugins
  3. Upgrade your instance:

    Copied to your clipboard
    bin/magento setup:upgrade
  4. Compile your instance to generate new classes:

    Copied to your clipboard
    bin/magento setup:di:compile

Cloud configuration

Use the following steps to perform additional configuration for Adobe Commerce on cloud infrastructure:

  1. Add the app/etc/config.php file to your working repository:

    Copied to your clipboard
    git add app/etc/config.php
  2. Run the composer info magento/ece-tools command to determine your version of ece-tools. If the version is less than 2002.1.16, update to the most recent version.

  3. Enable webhooks in the .magento.env.yaml file:

    Copied to your clipboard
    stage:
    global:
    ENABLE_WEBHOOKS: true
  4. Commit and push updated files to the Cloud environment.

Update Adobe Commerce Webhooks

Use the following procedure to update minor or patch versions of Adobe Commerce Webhooks, such as from V1.0.0 to V1.1.0.

  1. Run the following command to update the webhook modules:

    Copied to your clipboard
    composer update magento/commerce-webhooks --with-dependencies
  2. For on-premises installations, run the following command to upgrade Adobe Commerce and clear the cache.

    Copied to your clipboard
    bin/magento setup:upgrade && bin/magento cache:clean

    Note: Adobe Commerce on cloud infrastructure upgrades automatically.

  • Privacy
  • Terms of Use
  • Do not sell or share my personal information
  • AdChoices
Copyright © 2024 Adobe. All rights reserved.