Model3d object

Represents a Shopify hosted 3D model.

Required access

read_products access scope.

On this page

Fields

  • alt ([String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01))
    A word or phrase to share the nature or contents of a media.
  • filename ([String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01))
    The filename of the 3d model.
  • id ([ID!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01))
    Globally unique identifier.
  • mediaContentType ([MediaContentType!](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/mediacontenttype))
    The media content type.
  • mediaErrors ([[MediaError!]!](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/mediaerror))
    Any errors which have occurred on the media.
  • originalSource ([Model3dSource](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/model3dsource))
    The original source for a 3d model.
  • preview ([MediaPreviewImage](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/mediapreviewimage))
    The preview image for the media.
  • sources ([[Model3dSource!]!](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/model3dsource))
    The sources for a 3d model.
  • status ([MediaStatus!](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/mediastatus))
    Current status of the media.

Implements

  • [Media](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/media)
  • [Node](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/node)