# 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.

![Activity Log listing with filters, user avatars, and action badges](https://459847022-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LtiS3-dzuXFp_IH7yRw-1972196547%2Fuploads%2Fgit-blob-de297d6095344123b137026f6dfe87ab6c56c7ef%2F1.png?alt=media)

## 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

| Property               | Value                       |
| ---------------------- | --------------------------- |
| Shopware compatibility | 6.6.x                       |
| PHP                    | 8.2+                        |
| External services      | none — fully self-contained |
| Storefront impact      | none — Administration only  |
