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

    Interface CartChangeCustomLineItemPriceModeAction

    interface CartChangeCustomLineItemPriceModeAction {
        action: "changeCustomLineItemPriceMode";
        customLineItemId?: string;
        customLineItemKey?: string;
        mode: CustomLineItemPriceMode;
    }

    Hierarchy (View Summary)

    Index

    Properties

    action: "changeCustomLineItemPriceMode"
    customLineItemId?: string

    id of the CustomLineItem to update. Either customLineItemId or customLineItemKey is required.

    customLineItemKey?: string

    key of the CustomLineItem to update. Either customLineItemId or customLineItemKey is required.

    New value to set. Must not be empty.