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

    Interface VariantImageAddedMessagePayload

    Generated after a successful Add External Image update action.

    interface VariantImageAddedMessagePayload {
        image: Image;
        staged: boolean;
        type: "VariantImageAdded";
    }

    Hierarchy (View Summary)

    Index
    image: Image

    Image that was added.

    staged: boolean

    Whether the update was only applied to the staged Variant.

    type: "VariantImageAdded"