Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 949 Bytes

File metadata and controls

13 lines (7 loc) · 949 Bytes

Shopware 6 Admin API Reference

This repository reflects our official Admin API reference and documentation available on shopware.stoplight.io/docs/admin-api.

Admin API Reference Screenshot

Notes

The adminapi.json file contains the OpenAPI schema. Please do not make manual changes to that file, since it is synchronized with the latest version using an automated action. Feel free to propose changes to all other files in this repository.

Version branches

Different branches (e.g. trunk, latest, v6.6) hold API schemas for different Shopware 6 versions. Workflows and docs are maintained on the default branch and can be synced into version branches by merging from main; generated schema JSON files on each branch are kept automatically. If you work with version branches, run once per clone: git config merge.keepSchema.driver true.