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

    Interface StandalonePriceAddPriceTierAction

    Adding a PriceTier to a StandalonePrice produces the Standalone Price Tier Added Message.

    interface StandalonePriceAddPriceTierAction {
        action: "addPriceTier";
        tier: PriceTierDraft;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "addPriceTier"

    The PriceTier to be added to the tiers field of the StandalonePrice. The action returns an InvalidField error in the following cases:

    * Trying to add a PriceTier with `minimumQuantity` < `2`.
    * Trying to add a PriceTier with `minimumQuantity` that already exists for the StandalonePrice.