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

    Interface ProductPricesSetMessagePayload

    Generated after a successful Set Prices update action.

    interface ProductPricesSetMessagePayload {
        prices: Price[];
        staged: boolean;
        type: "ProductPricesSet";
        variantId: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    prices: Price[]

    The Embedded Prices that were set on the ProductVariant.

    staged: boolean

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

    type: "ProductPricesSet"
    variantId: number

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