Price History
There is no separate price-audit module, but revisions, pricing records, and operational logs provide the real history backbone for tracing pricing changes.
Price Audit Log
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.