aligent/magento2-default-async-events
最新稳定版本:v1.0.0
Composer 安装命令:
composer require aligent/magento2-default-async-events
包简介
A set of default events for use with the aligent/magento-async-events module
README 文档
README
This module is an add-on for the Aligent magento-async-events module, and adds event triggers for:
- Order save
- Shipment save
- Customer save
Installation
- Install the module via composer:
composer require aligent/magento2-default-async-events
- (Optional) Install the Aligent magento2-eventbridge-notifier module in order to send events to AWS EventBridge
composer require aligent/magento2-eventbride-notifier
- Enable modules
bin/magento module:enable Aligent_AsyncEvents Aligent_DefaultAsyncEvents Aligent_EventBridge
- Run setup upgrade
bin/magento setup:upgrade
Configuration
Configuration options can be found under Stores -> Configuration -> Services -> Async Events
- Enable/Disable publication of order events
- Select order statuses for which to send events
- Enable/Disable publication of shipment events
- Enable/Disable publication of customer events
Event Subscription
This module defines 3 events:
sales.order.savedsales.shipment.savedcustomer.saved
These events can be subscribed to using the REST endpoint V1/async_event as described in the wiki.
Your API user will require appropriate permissions to subscribe.
统计信息
- 总下载量: 3.15k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0-only
- 更新时间: 2022-06-24