--- title: Model3dSource - Storefront API description: Represents a source for a Shopify hosted 3d model. api_version: unstable api_name: storefront source_url: html: 'https://shopify.dev/docs/api/storefront/unstable/objects/Model3dSource' md: 'https://shopify.dev/docs/api/storefront/unstable/objects/Model3dSource.md' --- # Model3d​Source object Requires `unauthenticated_read_product_listings` access scope. Represents a source for a Shopify hosted 3d model. ## Fields * filesize [Int!](https://shopify.dev/docs/api/storefront/unstable/scalars/Int) non-null The filesize of the 3d model. * format [String!](https://shopify.dev/docs/api/storefront/unstable/scalars/String) non-null The format of the 3d model. * mime​Type [String!](https://shopify.dev/docs/api/storefront/unstable/scalars/String) non-null The MIME type of the 3d model. * url [String!](https://shopify.dev/docs/api/storefront/unstable/scalars/String) non-null The URL of the 3d model. *** ## Map ### Fields with this object * {}[Model3d.sources](https://shopify.dev/docs/api/storefront/unstable/objects/Model3d#field-Model3d.fields.sources)