DiscountSortField
Available fields for sorting discount search results
enum DiscountSortField {
ID
PRICESHEETID
PRODUCTID
CATEGORYID
PRICEGROUP
VALUE
DISCOUNTTYPE
QUANTITYFROM
VALIDFROM
VALIDTO
LAST_MODIFIED_AT
CREATED_AT
}
Values
DiscountSortField.ID
Sort by discount record ID
DiscountSortField.PRICESHEETID
Sort by associated pricesheet ID
DiscountSortField.PRODUCTID
Sort by associated product ID
DiscountSortField.CATEGORYID
Sort by associated category ID
DiscountSortField.PRICEGROUP
Sort by price group alphabetically
DiscountSortField.VALUE
Sort by discount value numerically
DiscountSortField.DISCOUNTTYPE
Sort by discount type
DiscountSortField.QUANTITYFROM
Sort by minimum quantity threshold
DiscountSortField.VALIDFROM
Sort by discount start date
DiscountSortField.VALIDTO
Sort by discount end date
DiscountSortField.LAST_MODIFIED_AT
Sort by the date when the discount was last modified
DiscountSortField.CREATED_AT
Sort by the date when the discount was created
Member Of
DiscountSortInput
input