Anchor to productDeleteImagesproduct
mutationproduct Delete Images
Requires access scope. Also: The user must have a permission to remove images from a product.
Deprecated. Use productDeleteMedia instead.
Removes product images from the product.
Anchor to Arguments
Arguments
- •ID!required
This is the ID of the product.
- Anchor to imageIdsimage•[ID!]!required
Ids This is the array of image IDs to delete from the product.
Was this section helpful?
- Anchor to deletedImageIdsdeleted•[ID!]!non-null
Image Ids The array of image IDs to delete.
- Anchor to productproduct•Product
The product object.
- Anchor to userErrorsuser•[User
Errors Error!]!non-null The list of errors that occurred from executing the mutation.
Was this section helpful?