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

    Interface VariantRemoveImageAction

    Removes a Variant's image.

    interface VariantRemoveImageAction {
        action: "removeImage";
        imageUrl: string;
        staged?: boolean;
    }

    Hierarchy (View Summary)

    Index
    action: "removeImage"
    imageUrl: string

    The URL of the image to remove.

    staged?: boolean

    Whether only the staged image is removed. If false, both the current and staged image is removed.