Skip to content
Shopware

Fetching Media (CMS)

Fetching Media (CMS)

To fetch Media objects you can use readMedia post /media endpoint.

Example

ts
const { data } = await apiClient.invoke("readMedia post /media", {
  body: {
    ids: ["a69d392ee875484095bf0b20b20c842b"],
  },
});