Skip to main content
The Product Edit domain emits events as changes move through the pipeline. Subscribe to them to run side effects instead of polling. Use them to notify a vendor, sync external systems, or kick off follow-up workflows.
src/subscribers/product-change-confirmed.ts

Change events

Revision events

product.change-requested carries the product id (not a change id) along with the operator’s message and actor_id, because a revision request is recorded against the product’s audit trail rather than resolving a pending change.