CategorySortableFields
Fields available for sorting category results.
Defines the available fields that can be used to sort category queries. Each field provides different sorting perspectives for category organization and display.
enum CategorySortableFields {
name
dateCreated
dateChanged
}
Values
CategorySortableFields.name
Sort by category name.
Sorts categories alphabetically by their name in the specified or default language. Useful for creating alphabetical category listings.
CategorySortableFields.dateCreated
Sort by creation date.
Sorts categories by the date they were created in the system. Useful for finding recently added categories or chronological organization.
CategorySortableFields.dateChanged
Sort by last modification date.
Sorts categories by the date they were last modified. Useful for finding recently updated categories or tracking content changes.
Member Of
CategorySearchInput input ● ClusterCategorySearchInput input ● ProductCategorySearchInput input