stack

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

AdminTypes.ProductVariantDetachMediaPayload interface

Return type for productVariantDetachMedia mutation.

Signature:

export interface ProductVariantDetachMediaPayload 

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.