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

    Interface VariantImagesSetMessagePayload

    Generated after a successful Set Images update action.

    interface VariantImagesSetMessagePayload {
        images: Image[];
        oldImages: Image[];
        staged: boolean;
        type: "VariantImagesSet";
    }

    Hierarchy (View Summary)

    Index
    images: Image[]

    The images that were set on the Variant.

    oldImages: Image[]

    The previous images of the Variant.

    staged: boolean

    Whether the update was only applied to the staged Variant.

    type: "VariantImagesSet"