A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://shopify.dev/docs/api/admin-graphql/latest/interfaces/media below:

Media - GraphQL Admin

Requires 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.

Represents a media interface.

A word or phrase to share the nature or contents of a media.

Any errors which have occurred on the media.

The warnings attached to the media.

The preview image for the media.

Current status of the media.

Was this section helpful?

Represents a video hosted outside of Shopify.

A word or phrase to describe the contents or the function of a file.

The embed URL of the video for the respective host.

Any errors that have occurred on the file.

The host of the external video.

Any errors which have occurred on the media.

The warnings attached to the media.

The origin URL of the video on the respective host.

The preview image for the media.

Current status of the media.

The MediaImage object represents an image hosted on Shopify's content delivery network (CDN). Shopify CDN is a content system that serves as the primary way to store, manage, and deliver visual content for products, variants, and other resources across the Shopify platform.

The MediaImage object provides information to:

Each MediaImage object provides both the processed image data (with automatic optimization and CDN delivery) and access to the original source file. The image processing is handled asynchronously, so images might not be immediately available after upload. The status field indicates when processing is complete and the image is ready for use.

The MediaImage object implements the Media interface alongside other media types, like videos and 3D models.

Learn about managing media for products, product variants, and asynchronous media management.

A word or phrase to share the nature or contents of a media.

Any errors that have occurred on the file.

The image for the media. Returns null until status is READY.

Any errors which have occurred on the media.

The warnings attached to the media.

The MIME type of the image.

The original source of the image.

The preview image for the media.

Current status of the media.

Represents a Shopify hosted 3D model.

A word or phrase to describe the contents or the function of a file.

The 3d model's bounding box information.

Any errors that have occurred on the file.

Any errors which have occurred on the media.

The warnings attached to the media.

The 3d model's original source.

The preview image for the media.

Current status of the media.

Represents a Shopify hosted video.

A word or phrase to share the nature or contents of a media.

The video's duration in milliseconds. This value is null unless the video's status field is READY.

Any errors that have occurred on the file.

Any errors which have occurred on the media.

The warnings attached to the media.

The video's original source. This value is null unless the video's status field is READY.

The preview image for the media.

The video's sources. This value is empty unless the video's status field is READY.

Current status of the media.

Was this section helpful?

{ "alt": "", "id": "", "mediaContentType": "", "mediaErrors": "", "mediaWarnings": "", "preview": "", "status": "" }interface Media { alt: String id: ID! mediaContentType: MediaContentType! mediaErrors: [MediaError!]! mediaWarnings: [MediaWarning!]! preview: MediaPreviewImage status: MediaStatus! }


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4