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

    Interface ProductPriceDiscountsSetUpdatedPrice

    Details about an Embedded Price that was updated due to a Discount. Specific to Product Price Discounts Set Message.

    interface ProductPriceDiscountsSetUpdatedPrice {
        discounted?: DiscountedPrice;
        priceId: string;
        sku?: string;
        staged: boolean;
        variantId: number;
        variantKey?: string;
    }
    Index

    Properties

    discounted?: DiscountedPrice

    Discounted Price for the ProductVariant for which Discount was set.

    priceId: string

    Unique identifier of the Price.

    sku?: string

    SKU of the ProductVariant for which Discount was set.

    staged: boolean

    Whether the update was only applied to the staged ProductProjection.

    variantId: number

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

    variantKey?: string

    Key of the ProductVariant for which Discount was set.