# Media - storefront - INTERFACE
Version: 2025-04

## Description
Represents a media interface.

### Access Scopes
`unauthenticated_read_product_listings` access scope.


## Fields
* [alt](/docs/api/storefront/2025-04/scalars/String): String - A word or phrase to share the nature or contents of a media.
* [id](/docs/api/storefront/2025-04/scalars/ID): ID! - A globally-unique ID.
* [mediaContentType](/docs/api/storefront/2025-04/enums/MediaContentType): MediaContentType! - The media content type.
* [presentation](/docs/api/storefront/2025-04/objects/MediaPresentation): MediaPresentation - The presentation for a media.
* [previewImage](/docs/api/storefront/2025-04/objects/Image): Image - The preview image for the media.

## Connections



## Types implemented in
* [ExternalVideo](/docs/api/storefront/2025-04/objects/ExternalVideo)
* [MediaImage](/docs/api/storefront/2025-04/objects/MediaImage)
* [Model3d](/docs/api/storefront/2025-04/objects/Model3d)
* [Video](/docs/api/storefront/2025-04/objects/Video)


## Examples