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

    Interface ProductPriceRemovedMessagePayload

    Generated after a successful Remove Price update action.

    interface ProductPriceRemovedMessagePayload {
        price: Price;
        staged: boolean;
        type: "ProductPriceRemoved";
        variantId: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    price: Price

    The Embedded Price that was removed from the ProductVariant.

    staged: boolean

    Whether the update was only applied to the staged Product Projection.

    type: "ProductPriceRemoved"
    variantId: number

    Unique identifier of the ProductVariant for which the Price was removed.