# Media - storefront - INTERFACE Version: 2024-10 ## Description Represents a media interface. ### Access Scopes `unauthenticated_read_product_listings` access scope. ## Fields * [alt](/docs/api/storefront/2024-10/scalars/String): String - A word or phrase to share the nature or contents of a media. * [id](/docs/api/storefront/2024-10/scalars/ID): ID! - A globally-unique ID. * [mediaContentType](/docs/api/storefront/2024-10/enums/MediaContentType): MediaContentType! - The media content type. * [presentation](/docs/api/storefront/2024-10/objects/MediaPresentation): MediaPresentation - The presentation for a media. * [previewImage](/docs/api/storefront/2024-10/objects/Image): Image - The preview image for the media. ## Connections ## Types implemented in * [ExternalVideo](/docs/api/storefront/2024-10/objects/ExternalVideo) * [MediaImage](/docs/api/storefront/2024-10/objects/MediaImage) * [Model3d](/docs/api/storefront/2024-10/objects/Model3d) * [Video](/docs/api/storefront/2024-10/objects/Video) ## Examples