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

    Interface VariantUnpublishedMessagePayload

    Generated after a successful Unpublish update action.

    interface VariantUnpublishedMessagePayload {
        product: ProductReference;
        type: "VariantUnpublished";
    }

    Hierarchy (View Summary)

    Index

    Reference to the Product containing the Variant that was unpublished.

    type: "VariantUnpublished"