Skip to main content

CostPriceSortField

Available fields for sorting cost price search results

enum CostPriceSortField {
ID
QUANTITY_FROM
VALUE
VALID_FROM
VALID_TO
LAST_MODIFIED_AT
CREATED_AT
}

Values

CostPriceSortField.ID

Sort by cost price record ID

CostPriceSortField.QUANTITY_FROM

Sort by minimum quantity threshold numerically

CostPriceSortField.VALUE

Sort by cost price value numerically

CostPriceSortField.VALID_FROM

Sort by cost price start date

CostPriceSortField.VALID_TO

Sort by cost price end date

CostPriceSortField.LAST_MODIFIED_AT

Sort by the date when the cost price was last modified

CostPriceSortField.CREATED_AT

Sort by the date when the cost price was created

Member Of

CostPriceSortInput input