# Model3dSource - admin-graphql - OBJECT Version: 2024-10 ## Description A source for a Shopify-hosted 3d model. Types of sources include GLB and USDZ formatted 3d models, where the former is an original 3d model and the latter has been converted from the original. If the original source is in GLB format and over 15 MBs in size, then both the original and the USDZ formatted source are optimized to reduce the file size. ### Access Scopes `read_products` access scope, `read_files` access scope or `read_themes` access scope. ## Fields * [filesize](/docs/api/admin-graphql/2024-10/scalars/Int): Int! - The 3d model source's filesize. * [format](/docs/api/admin-graphql/2024-10/scalars/String): String! - The 3d model source's format. * [mimeType](/docs/api/admin-graphql/2024-10/scalars/String): String! - The 3d model source's MIME type. * [url](/docs/api/admin-graphql/2024-10/scalars/String): String! - The 3d model source's URL. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples