--- title: Model3d - Storefront API description: Represents a Shopify hosted 3D model. api_version: 2025-10 api_name: storefront type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/storefront/latest/objects/model3d md: https://shopify.dev/docs/api/storefront/latest/objects/model3d.md --- # Model3d object Requires `unauthenticated_read_product_listings` access scope. Represents a Shopify hosted 3D model. ## Fields * alt [String](https://shopify.dev/docs/api/storefront/latest/scalars/String) A word or phrase to share the nature or contents of a media. * id [ID!](https://shopify.dev/docs/api/storefront/latest/scalars/ID) non-null A globally-unique ID. * media​Content​Type [Media​Content​Type!](https://shopify.dev/docs/api/storefront/latest/enums/MediaContentType) non-null The media content type. * presentation [Media​Presentation](https://shopify.dev/docs/api/storefront/latest/objects/MediaPresentation) The presentation for a media. * preview​Image [Image](https://shopify.dev/docs/api/storefront/latest/objects/Image) The preview image for the media. * sources [\[Model3d​Source!\]!](https://shopify.dev/docs/api/storefront/latest/objects/Model3dSource) non-null The sources for a 3d model. *** ## Map ### Possible type in * [Metafield​Reference](https://shopify.dev/docs/api/storefront/latest/unions/MetafieldReference) *** ## Interfaces * * [Media](https://shopify.dev/docs/api/storefront/latest/interfaces/Media) interface * [Node](https://shopify.dev/docs/api/storefront/latest/interfaces/Node) interface *** ## ||-Model3d Implements ### Implements * ||-[Media](https://shopify.dev/docs/api/storefront/latest/interfaces/Media) * ||-[Node](https://shopify.dev/docs/api/storefront/latest/interfaces/Node)