stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > ProductVariantAppendMediaPayload

AdminTypes.ProductVariantAppendMediaPayload interface

Return type for productVariantAppendMedia mutation.

Signature:

export interface ProductVariantAppendMediaPayload 

Properties

Property Modifiers Type Description
product?   Maybe<Product> (Optional) The product associated with the variants and media.
productVariants?   Maybe<Array<ProductVariant>> (Optional) The product variants that were updated.
userErrors   Array<MediaUserError> The list of errors that occurred from executing the mutation.