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

    Interface CartDiscountChangeSortOrderAction

    interface CartDiscountChangeSortOrderAction {
        action: "changeSortOrder";
        sortOrder: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "changeSortOrder"
    sortOrder: string

    New value to set (between 0 and 1). A Discount with a higher sortOrder is prioritized.