Skip to content

Craft Commerce

Sends a notification when a Craft Commerce Order or Product event is triggered.

Requires Craft Commerce

Only available when the Craft Commerce plugin is installed.

Commerce Orders

An Order is a customer's purchase.

Order events fire on state transitions like checkout completion and payment, and are the natural place to send receipts to customers and alerts to your fulfillment team.

When an order is completed (placed)

Fires when an order transitions out of cart status. Ideal for:

  • Customer receipts ("Thanks for your order")
  • Internal alerts ("A new order has been placed")

When an order is fully paid

Fires when an order's outstanding balance reaches zero.

Commerce Products

Products are the items in your Commerce catalog.

Product events cover the full catalog lifecycle: a new item going live, an existing product getting edited, soft-deletes when an item is pulled from sale, and restores.

When a product is saved

Fires when a Commerce Product is saved. Covers both creation and updates.

When a product is deleted

Fires when a Commerce Product is deleted. Covers both soft deletes (moved to the trash) and hard deletes.

When a product is restored

Fires when a soft-deleted Commerce Product is restored from the trash.