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

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

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.