# MediaImage - storefront - OBJECT
Version: 2025-01

## Description
Represents a Shopify hosted image.

### Access Scopes
`unauthenticated_read_product_listings` access scope.


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

## Connections



## Related queries

## Related mutations

## Related Unions
* [MetafieldReference](/docs/api/storefront/2025-01/unions/MetafieldReference) Returns the resource which is being referred to by a metafield.


## Examples