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

Properties

Properties

action: "changeSortOrder"
sortOrder: string

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

Generated using TypeDoc