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

    Interface ProductDiscountChangeSortOrderAction

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "changeSortOrder"
    sortOrder: string

    New value to set. Must not be empty. The string value must be a number between 0 and 1. A Discount with a higher sortOrder is prioritized.