stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > ProductVariantInput > mediaSrc

AdminTypes.ProductVariantInput.mediaSrc property

The URL of the media to associate with the variant. This field can only be used in mutations that create media images and must match one of the URLs being created on the product. This field only accepts one value.

Signature:

mediaSrc?: InputMaybe<Array<Scalars['String']['input']>>;