Generated after a successful Set Price Tier update action

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

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"