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

    Interface StandalonePriceTierAddedMessagePayload

    Generated after a successful Add Price Tier update action

    interface StandalonePriceTierAddedMessagePayload {
        tier: PriceTier;
        type: "StandalonePriceTierAdded";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    tier: PriceTier

    The Price Tier that has been added to the array field tiers for the StandalonePrice.

    type: "StandalonePriceTierAdded"