Working with Data
The Meteor Admin SDK provides tools for accessing and manipulating Shopware data from within the Administration. These APIs allow extensions to interact with Shopware entities, react to changes in data, and update records using the same repository-based data layer used by the Administration itself.
Typical data workflows follow this pattern:
- Access an entity repository
- Retrieve entities or collections
- Subscribe to updates or changes
- Modify or persist data
Data access and operations
- Repository: Access Shopware entity repositories.
- Get: Retrieve entity data from the Administration data layer.
- Subscribe: React to changes in entity data.
- Update: Modify and persist entity data.