ProductImageBulkCreateInput
No description
input ProductImageBulkCreateInput {
image: Upload
url: String
alt: String
externalId: String
externalSource: String
transferImageOwnership: Boolean
}
Fields
ProductImageBulkCreateInput.image ● Upload scalar
Image file in a multipart request. Either image or url must be provided.
ProductImageBulkCreateInput.url ● String scalar
URL of image to upload. Either image or url must be provided.
ProductImageBulkCreateInput.alt ● String scalar
Alt text for the image.
ProductImageBulkCreateInput.externalId ● String scalar
External ID for the image from a foreign system.
ProductImageBulkCreateInput.externalSource ● String scalar
External source identifier for the image.
ProductImageBulkCreateInput.transferImageOwnership ● Boolean scalar
Whether to transfer ownership of the image to the product.
Member Of
productImageBulkCreate mutation