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

    Interface StandalonePriceTierRemovedMessagePayload

    Generated after a successful Remove Price Tier update action

    interface StandalonePriceTierRemovedMessagePayload {
        removedTier: PriceTier;
        type: "StandalonePriceTierRemoved";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    removedTier: PriceTier

    The Price Tier that has been removed from the array field tiers for the StandalonePrice.

    type: "StandalonePriceTierRemoved"