Audit Trail
Revision records plus API, workflow, webhook, and email logs are the actual audit-trail implementation already present in the codebase.
System Activity Log
Benjamin Hansen
Just nowChanged price on Nike Air Max 270
Maria Jensen
5m agoUploaded media on Summer Collection
System
12m agoAuto-sync on Shopify Integration
Thomas Nielsen
1h agoCreated user on Sarah Smith
How it works in the app
The strongest audit implementation is revision logging. There is a generic EntityRevision model plus ProductRevision handling, and subscribers create revision records for supported entities on create, update, and delete.
Workflow execution, API calls, webhook deliveries, and outgoing order emails also have their own logs, so the real activity trail is distributed across revisions and operational log entities.
Included in the current implementation
EntityRevision and ProductRevision history
Workflow, API, webhook, and email logs
Revision modal UI
User, locale, and workflow metadata
Need a defensible trail of what changed and why?
Indexed PIM already combines revisions with operational logs to provide practical audit coverage.