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

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

Properties

action: "removePriceTier"
tierMinimumQuantity: number

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