Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.08 KB

File metadata and controls

29 lines (18 loc) · 1.08 KB

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.

{% page-ref page="../../../guides/integrations-api/admin-api/" %}

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.

{% hint style="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. {% endhint %}

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.