Skip to content

Latest commit

 

History

History
20 lines (19 loc) · 391 Bytes

2024-02-01-add-store-api-endpoint-to-fetch-media-entities.md

File metadata and controls

20 lines (19 loc) · 391 Bytes
title issue author author_email author_github
Add store API endpoint to fetch media entities
NEXT-31903
Björn Meyer
b.meyer@shopware.com
BrocksiNet

API

  • Added media endpoint to store-api/media to fetch media entities by id

Post body example:

{
    "ids" : [
        "018d8922df51736c98bec29c2d1f813f",
        "018d8923a32879cfadf561fb02c479e0"
    ]
}