Skip to main content

VariantMediaUnassign Object

Unassign an media from a product variant.

Requires the MANAGE_PRODUCTSpermission.
type VariantMediaUnassign {
productVariant: ProductVariant
media: ProductMedia
productErrors: [ProductError!]! @deprecated
errors: [ProductError!]!
}

Fields​

productVariant ● ProductVariant​

media ● ProductMedia​

errors ● [ProductError!]!​

Show deprecatedHide deprecated

productErrors ● [ProductError!]!​

DEPRECATED

Use errors field instead.

Returned By​

variantMediaUnassign mutation