Edit in GitHubLog an issue

Magento_AdobeCommerceEventsClient

Magento_AdobeCommerceEventsClient provides the ability to manage subscriptions to commerce events and supports the publishing of event data for subscribed events to a specified service.

Local development

For development purposes this package can be added to Magento composer.json as a local dependency:

Copied to your clipboard
"repositories": [
{
"type": "path",
"url": "/path_to_the_module/module-adobe-commerce-events-client",
"options": {
"symlink": true
}
}
]

And in the require section:

Copied to your clipboard
"magento/module-adobe-commerce-events-client": "*"

Admin panel configuration

After adding this package to Magento, the following changes should be made in the admin panel (navigate to Stores > Settings > Configuration > Adobe Services > Adobe I/O Events > Commerce events):

  • Set Enabled to Yes
  • Enter a Merchant ID
  • Enter a Environment ID

CLI commands defined by module

This module defines the following CLI commands:

  • events:subscribe
  • events:unsubscribe
  • events:list
  • events:list:all
  • events:info
  • events:metadata:populate

For details on using these commands, refer to Event management commands .

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