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

    Interface ProductPriceKeySetMessagePayload

    Generated after a successful Set Price Key update action.

    interface ProductPriceKeySetMessagePayload {
        key?: string;
        oldKey?: string;
        priceId?: string;
        staged: boolean;
        type: "ProductPriceKeySet";
        variantId: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    key?: string

    key value of the Price after the Set Price Key update action.

    oldKey?: string

    key value of the Price before the Set Price Key update action.

    priceId?: string

    Unique identifier of the Price.

    staged: boolean

    Whether the update was only applied to the staged Product Projection.

    type: "ProductPriceKeySet"
    variantId: number