Interface ProductDiscountChangeSortOrderAction

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

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.

Generated using TypeDoc