> For the complete documentation index, see [llms.txt](https://docs.momocode.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.momocode.de/en/shopware-6/admin-activity-log/1.-description.md).

# 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](/files/NAeOlEv7z77r9JVjz80e)

## 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 (version 1.x.x) · 6.7.x (version 2.x.x) |
| PHP                    | 8.2+                                          |
| External services      | none — fully self-contained                   |
| Storefront impact      | none — Administration only                    |
