# Model3d - admin - OBJECT
Version: 2024-07

## Description
Represents a Shopify hosted 3D model.

### Access Scopes
`read_products` access scope, `read_files` access scope, `read_themes` access scope, `read_orders` access scope, `read_draft_orders` access scope or `read_images` access scope.


## Fields
* [alt](/docs/api/admin/2024-07/scalars/String): String - A word or phrase to describe the contents or the function of a file.
* [boundingBox](/docs/api/admin/2024-07/objects/Model3dBoundingBox): Model3dBoundingBox - The 3d model's bounding box information.
* [createdAt](/docs/api/admin/2024-07/scalars/DateTime): DateTime! - The date and time ([ISO 8601 format](http://en.wikipedia.org/wiki/ISO_8601)) when the file was created.
* [fileErrors](/docs/api/admin/2024-07/objects/FileError): FileError! - Any errors that have occurred on the file.
* [fileStatus](/docs/api/admin/2024-07/enums/FileStatus): FileStatus! - The status of the file.
* [filename](/docs/api/admin/2024-07/scalars/String): String! - The 3d model's filename.
* [id](/docs/api/admin/2024-07/scalars/ID): ID! - A globally-unique ID.
* [mediaContentType](/docs/api/admin/2024-07/enums/MediaContentType): MediaContentType! - The media content type.
* [mediaErrors](/docs/api/admin/2024-07/objects/MediaError): MediaError! - Any errors which have occurred on the media.
* [mediaWarnings](/docs/api/admin/2024-07/objects/MediaWarning): MediaWarning! - The warnings attached to the media.
* [originalSource](/docs/api/admin/2024-07/objects/Model3dSource): Model3dSource - The 3d model's original source.
* [preview](/docs/api/admin/2024-07/objects/MediaPreviewImage): MediaPreviewImage - The preview image for the media.
* [sources](/docs/api/admin/2024-07/objects/Model3dSource): Model3dSource! - The 3d model's sources.
* [status](/docs/api/admin/2024-07/enums/MediaStatus): MediaStatus! - Current status of the media.
* [updatedAt](/docs/api/admin/2024-07/scalars/DateTime): DateTime! - The date and time ([ISO 8601 format](http://en.wikipedia.org/wiki/ISO_8601)) when the file was last updated.

## Connections



## Related queries

## Related mutations

## Related Unions
* [MetafieldReference](/docs/api/admin/2024-07/unions/MetafieldReference) The resource referenced by the metafield value.

## Examples