Skip to content

Working with Data

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:

  1. Access an entity repository
  2. Retrieve entities or collections
  3. Subscribe to updates or changes
  4. 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.
Was this page helpful?
UnsatisfiedSatisfied
Be the first to vote!
0.0 / 5  (0 votes)