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

    Interface VariantAddExternalImageAction

    Adds an image to existing variant's images. Generates the VariantImageAdded Message.

    interface VariantAddExternalImageAction {
        action: "addExternalImage";
        image: Image;
        staged?: boolean;
    }

    Hierarchy (View Summary)

    Index
    action: "addExternalImage"
    image: Image

    Value to add to images.

    staged?: boolean

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