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

    Interface StagedStandalonePrice

    Staged changes on a Standalone Price. To update the value property of a Staged Standalone Price, use the Change Value update action. To apply all staged changes to the Standalone Price, use the Apply Staged Changes update action.

    interface StagedStandalonePrice {
        discounted?: DiscountedPrice;
        value: TypedMoney;
    }
    Index

    Properties

    Properties

    discounted?: DiscountedPrice

    Discounted price for the StagedStandalonePrice.

    value: TypedMoney

    Money value of the StagedStandalonePrice.