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

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

Properties

Properties

action: "setPriceMode"
priceMode?: string

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

Generated using TypeDoc