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