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

    Interface ProductVariantDeletedMessagePayload

    Generated after a successful Remove ProductVariant update action.

    interface ProductVariantDeletedMessagePayload {
        removedImageUrls: string[];
        staged: boolean;
        type: "ProductVariantDeleted";
        variant?: ProductVariant;
    }

    Hierarchy (View Summary)

    Index

    Properties

    removedImageUrls: string[]

    List of image URLs that were removed with the Remove Product Variant update action.

    staged: boolean

    If true, this message informs that only the staged ProductVariant has been removed by the update action. If false, both the current and staged ProductVariant have been removed.

    type: "ProductVariantDeleted"
    variant?: ProductVariant

    Unique identifier of the Product Variant that was added.