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

    Interface ProductPriceAddedMessagePayload

    Generated after a successful Add Price update action.

    interface ProductPriceAddedMessagePayload {
        price: Price;
        staged: boolean;
        type: "ProductPriceAdded";
        variantId: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    price: Price

    The Embedded Price that was added to the ProductVariant.

    staged: boolean

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

    type: "ProductPriceAdded"
    variantId: number

    Unique identifier of the ProductVariant for which the Price was added.