1. Description
The Admin Activity Log automatically records who changed what and when in your Shopware Administration. Once multiple people have access to your shop, this plugin answers the question "Who did that?" — completely, GDPR-compliant, and without any configuration overhead.

What the Plugin Logs
CRUD operations — every creation, update, and deletion on configured entities (default: products, orders, customers, categories, media)
Field-level before/after values — for every change, the concrete field values before and after the modification are stored
State machine transitions — order, delivery, and payment status changes are captured automatically and attributed to the parent order
Login events — successful logins and failed attempts, including username and timestamp
API integrations — writes via OAuth integrations (e.g. ERP or PIM connections) are attributed with the integration name
Key Benefits
Complete audit trail — traceable and audit-proof per Art. 5(2) GDPR
Team accountability — see exactly which user made which change
Debugging — track down unexpected changes to their root cause quickly
Zero effort — the plugin logs automatically with no hooks or rules to configure
Technical Details
Shopware compatibility
6.6.x
PHP
8.2+
External services
none — fully self-contained
Storefront impact
none — Administration only
Last updated