BulkUpdateProductImageInput
type BulkUpdateProductImageInput {
imageUrl: String!
isMain: Boolean!
isVideo: Boolean
order: Float!
}
Fields
URL of the image
Whether the image is main image for the product or not.
isVideo
BooleanTrue if this the media type is video
Order of the product image.