Skip to content

This module implements the most common events like order creation or customer change for the Mage-OS Asynchronous Events module.

License

Notifications You must be signed in to change notification settings

avstudnitz/mageos-common-async-events

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mage-OS Common Asynchronous Events

Send REST requests to external endpoints asynchronously. This module implements the most common events like order creation and customer change.

This module uses the Mage-OS Asynchronous Events module as a basis.

Installation

composer require mage-os/mageos-common-async-events 

If you run into an error like "Could not find a version of package mage-os/mageos-common-async-events matching your minimum-stability (stable).", run this command instead:

composer require mage-os/mageos-common-async-events @dev 

Enable and install the module:

bin/magento setup:upgrade 

Usage

You can now use the following events without having to implement them yourself.

Event identifier Description Remarks
customer.created Whenever a customer is created
customer.updated Whenever a customer is saved, except it's new
customer.address.created Whenever a customer address is created
customer.address.updated Whenever a customer address is saved, except it's new
sales.order.created When a new order is created
sales.order.updated When the state of an existing order is changed
sales.order.paid When an order is fully paid
sales.order.shipped When an order is fully shipped
sales.order.holded When an order is set "on hold"
sales.order.unholded When an order is released from "on hold"
sales.order.cancelled When an order is cancelled
sales.shipment.created When a new shipment is created
sales.invoice.created When a new invoice is created
sales.invoice.paid When an invoice is paid
sales.creditmemo.created When a new creditmemo is created

You can use these events by

About

This module implements the most common events like order creation or customer change for the Mage-OS Asynchronous Events module.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 99.1%
  • Shell 0.9%