Doc · 01 Getting started
Get started in 10 minutes
Install plugin, grant permissions, config matrix basics, open the first product view — step by step.
1. Check system requirements
- Shopware: 6.5, 6.6 or 6.7
- PHP: 8.2 or newer
- Database: MySQL 8 or MariaDB 10.11
- PHP memory: at least 256 MB (512 MB recommended for large catalogues)
2. Install plugin
Via Shopware Store
- In admin, open Extensions → Store
- Search for "PIM for Shopware" and load it
- Under My extensions → click Install
- Then Activate
Manual via ZIP
- Download ZIP from the Shopware Store
- Under My extensions → Upload extension
- Install and activate
Tip: The plugin triggers the necessary cache refresh automatically — no manual cache clear needed.
3. Grant permissions
Activation registers seven ACL permissions:
staw_pim.viewer— view listingstaw_pim.editor— inline edit + bulk-editstaw_pim.csv_export/staw_pim.csv_import— CSVstaw_pim.variant_generator— variant generatorstaw_pim.ai_textgen— AI text generationstaw_pim.config— edit config matrix
Assign under Settings → System → Users and permissions → Roles.
Important: The CSV import tab is additionally restricted to super admins.
4. Learn the config matrix
Central control under Settings → System → PIM configuration. Seven tabs:
- Listing: which columns are shown by default
- Bulk-edit: which fields are bulk-editable
- Languages: which languages are active
- Variants: default SKU and name patterns
- Translations & AI: ChatGPT/Claude/DeepL provider config
- CSV: export settings, profiles
- Quickview: which fields are visible in the Quickview modal
Each tab has a section order via drag-and-drop — the order of sections in the product detail view and in the variant modal can be set freely.
5. Open the first product view
After activation the PIM menu item appears in the admin sidebar. Click it — the listing of all products loads.
Next steps:
- Create a filter condition (e.g. "Stock < 10")
- Try inline-edit on a stock value — edit directly in the row
- Click the Quickview icon to see the compact modal view
- Make a selection and open Bulk-edit
What's next
Read Product listing next to go deeper on filters and columns, or jump straight to Bulk-edit, the core of the plugin.