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

    Interface ProductSetPriceModeAction

    Controls whether the Prices of a Product Variant are embedded into the Product or standalone.

    interface ProductSetPriceModeAction {
        action: "setPriceMode";
        priceMode?: ProductPriceModeEnum;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "setPriceMode"

    Specifies which type of Prices should be used when looking up a price for the Product.