Skip to main content

ProductImageBulkCreateInput

No description

input ProductImageBulkCreateInput {
alt: String
image: Upload
url: String
transferImageOwnership: Boolean
externalId: String
externalSource: String
}

Fields

ProductImageBulkCreateInput.alt ● String scalar

Alt text for an image.

ProductImageBulkCreateInput.image ● Upload scalar

Represents an image file in a multipart request. Either an image or a url must be provided.

ProductImageBulkCreateInput.url ● String scalar

URL of image to upload. Either an image or a url must be provided.

ProductImageBulkCreateInput.transferImageOwnership ● Boolean scalar

Only for use by Marketplace Operator, if true then the image ownership will transfer to the seller that owns the product it is being assigned to, if false or not provided then image ownership will not transfer.

ProductImageBulkCreateInput.externalId ● String scalar

External ID of the product image if originating from outside the system.

ProductImageBulkCreateInput.externalSource ● String scalar

External source of the product image if originating from outside the system.

Member Of

productImageBulkCreate mutation

Was this page helpful?