BulkPriceSortField
Available fields for sorting bulk price search results
enum BulkPriceSortField {
ID
QUANTITY_FROM
VALUE
VALID_FROM
VALID_TO
LAST_MODIFIED_AT
CREATED_AT
}
Values
BulkPriceSortField.ID
Sort by bulk price record ID
BulkPriceSortField.QUANTITY_FROM
Sort by minimum quantity threshold numerically
BulkPriceSortField.VALUE
Sort by bulk price value numerically
BulkPriceSortField.VALID_FROM
Sort by bulk price start date
BulkPriceSortField.VALID_TO
Sort by bulk price end date
BulkPriceSortField.LAST_MODIFIED_AT
Sort by the date when the bulk price was last modified
BulkPriceSortField.CREATED_AT
Sort by the date when the bulk price was created
Member Of
BulkCostPriceSortInput
input ● BulkPriceSortInput
input