Skip to main content

ProductVariantImageBulkAssignInput

No description

input ProductVariantImageBulkAssignInput {
imageId: ID!
transferImageOwnership: Boolean
}

Fields

ProductVariantImageBulkAssignInput.imageId ● ID! non-null scalar

ID of a product image to assign to a variant.

ProductVariantImageBulkAssignInput.transferImageOwnership ● Boolean scalar

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

Member Of

productVariantImageBulkAssign mutation

Was this page helpful?