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

    Interface StandalonePriceRemovePriceTierAction

    Removing a PriceTier from a StandalonePrice produces the Standalone Price Tier Removed Message.

    interface StandalonePriceRemovePriceTierAction {
        action: "removePriceTier";
        tierMinimumQuantity: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    action: "removePriceTier"
    tierMinimumQuantity: number

    The minimumQuantity of the PriceTier to be removed from the tiers field of the StandalonePrice.