Home > @infiniteobjects/shopify-data-manager > AdminTypes > ProductVariantDetachMediaPayload
Return type for productVariantDetachMedia
mutation.
Signature:
export interface ProductVariantDetachMediaPayload
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. |