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

    Interface StandalonePriceSetPriceTiersAction

    Sets all PriceTiers for a StandalonePrice in one action, produces the Standalone Price Tiers Set Message.

    interface StandalonePriceSetPriceTiersAction {
        action: "setPriceTiers";
        tiers: PriceTierDraft[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "setPriceTiers"

    Value to set. If empty, any existing value will be removed. The minimumQuantity of the PriceTiers must be unique and greater than 1, otherwise an InvalidField error is returned.