Skip to content

Admin API Reference

Admin API Reference

Admin API Reference

The Admin API contains endpoints to read, write and update every entity. Instead of providing a list of all endpoints, the generic behaviour of the API is described in our corresponding guide.

Admin API Guide

Action Endpoints

In addition to all data-oriented endpoints, the Admin API has a list of endpoints used to execute business logic on the server. These endpoints are protected by user authentication and ACL.

INFO

A list of these endpoints is currently not available, but you can find all endpoints by searching for @Route("/api/_action in the shopware/core repository.

We are working having a documentation for you soon.

The endpoints include operations such as

  • Transitioning an order state
  • Clearing the cache
  • Trigger indexing
  • Calculate modified orders
  • Manage plugins
  • Run migrations

Some of these endpoints have a corresponding console command.