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 |
- Added
media
endpoint tostore-api/media
to fetch media entities by id
Post body example:
{
"ids" : [
"018d8922df51736c98bec29c2d1f813f",
"018d8923a32879cfadf561fb02c479e0"
]
}