stack

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

AdminTypes.ProductDeleteImagesPayload interface

Return type for productDeleteImages mutation.

Signature:

export interface ProductDeleteImagesPayload 

Properties

Property Modifiers Type Description
deletedImageIds   Array<Scalars[‘ID’][‘output’]> The array of image IDs to delete.
product?   Maybe<Product> (Optional) The product object.
userErrors   Array<UserError> The list of errors that occurred from executing the mutation.