---
title: Model3dSource - Storefront API
description: Represents a source for a Shopify hosted 3d model.
api_version: 2026-07
source_url:
  html: https://shopify.dev/docs/api/storefront/latest/objects/model3dsource
  md: https://shopify.dev/docs/api/storefront/latest/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/latest/scalars/Int)

  non-null

  The filesize of the 3d model.

* format

  [String!](https://shopify.dev/docs/api/storefront/latest/scalars/String)

  non-null

  The format of the 3d model.

* mime​Type

  [String!](https://shopify.dev/docs/api/storefront/latest/scalars/String)

  non-null

  The MIME type of the 3d model.

* url

  [String!](https://shopify.dev/docs/api/storefront/latest/scalars/String)

  non-null

  The URL of the 3d model.

***

## Map

### Fields with this object

* [Model3d.sources](https://shopify.dev/docs/api/storefront/latest/objects/Model3d#field-Model3d.fields.sources)