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

    Interface StandalonePriceTiersSetMessagePayload

    Generated after a successful Set Price Tier update action

    interface StandalonePriceTiersSetMessagePayload {
        previousTiers: PriceTier[];
        tiers: PriceTier[];
        type: "StandalonePriceTiersSet";
    }

    Hierarchy (View Summary)

    Index

    Properties

    previousTiers: PriceTier[]

    The previous content of the field tiers of the affected StandalonePrice.

    tiers: PriceTier[]

    The updated content of the field tiers of the affected StandalonePrice.

    type: "StandalonePriceTiersSet"