Home > @infiniteobjects/shopify-data-manager > AdminTypes > ProductDeleteMediaPayload
Return type for productDeleteMedia
mutation.
Signature:
export interface ProductDeleteMediaPayload
Property | Modifiers | Type | Description |
---|---|---|---|
deletedMediaIds? | Maybe<Array<Scalars[‘ID’][‘output’]>> | (Optional) List of media IDs which were deleted. | |
deletedProductImageIds? | Maybe<Array<Scalars[‘ID’][‘output’]>> | (Optional) List of product image IDs which were deleted. | |
mediaUserErrors | Array<MediaUserError> | The list of errors that occurred from executing the mutation. | |
product? | Maybe<Product> | (Optional) The product associated with the deleted media. | |
userErrors | Array<UserError> | The list of errors that occurred from executing the mutation. |