@gradientedge/commercetools-utils
    Preparing search index...

    Interface VariantSetImagesAction

    Sets the images of the Variant. Existing images will be replaced with the new ones. Generates the VariantImagesSet Message.

    interface VariantSetImagesAction {
        action: "setImages";
        images: Image[];
        staged?: boolean;
    }

    Hierarchy (View Summary)

    Index
    action: "setImages"
    images: Image[]

    Images to set for the Variant.

    staged?: boolean

    Whether only the staged images are updated. If false, both the current and staged images are updated.