Events tutorials

These tutorials walk you through building event-driven integrations between Adobe Commerce and Adobe App Builder. Each tutorial covers a distinct delivery model for Commerce events, so you can choose the approach that fits your use case.

Use events and App Builder to extend Adobe Commerce

SaaS Only

This tutorial covers the most direct event delivery model: a Commerce event triggers an Adobe I/O Events registration that immediately invokes an App Builder runtime action. A product update use case illustrates each step, from configuring an event provider and event metadata to writing and deploying the runtime action code.

In this tutorial, you will learn how to:

data-variant=info
data-slots=text
Runtime actions invoked directly by an event registration must complete within 60 seconds. For long-running or blocking workloads, see the journaling tutorial below.

Start the tutorial

Integrate Commerce events using the Adobe I/O Events Journaling API

The journaling tutorial covers journaling as an alternative to direct runtime invocation. Instead of immediately invoking a runtime action, Commerce events are stored in a journaling endpoint for up to seven days. A scheduled runtime action polls the journal, fetches batches of events, and processes them asynchronously.

This tutorial is appliable to all versions of Adobe Commerce.

In this tutorial you will learn how to:

When to use this approach:

Start the tutorial