Skip to main content

BulkUpdateProductImageInput

type BulkUpdateProductImageInput {
imageUrl: String!
isMain: Boolean!
isVideo: Boolean
order: Float!
}

Fields

imageUrlString!required

URL of the image

isMainBoolean!required

Whether the image is main image for the product or not.

isVideoBoolean

True if this the media type is video

orderFloat!required

Order of the product image.