Reference API Roblox

Engine API

Website

Related

Reference API Roblox

CatalogSortType

Specifies the sort order for catalog search results returned by AvatarEditorService:SearchCatalogAsync().

Items 6

HistoryNameValueLegacy NamesDescription
451Relevance1

Sorts catalog results by relevance to the search keyword or other query parameters.

451PriceHighToLow2

Sorts catalog results from the highest price to the lowest price.

451PriceLowToHigh3

Sorts catalog results from the lowest price to the highest price.

560MostFavorited5

Sorts catalog results by the number of times items have been favorited, with most-favorited items listed first.

560RecentlyCreated6RecentlyUpdated

Sorts catalog results by creation date, with the most recently created items listed first.

563Bestselling7

Sorts catalog results by total sales, with best-selling items listed first.

Removed items 1

HistoryNameValue
560RecentlyUpdated4

Description

CatalogSortType specifies how catalog search results are ordered when using AvatarEditorService:SearchCatalogAsync(). Set this on a CatalogSearchParams object via its SortType property, which defaults to CatalogSortType.Relevance.

For CatalogSortType.Bestselling and CatalogSortType.MostFavorited, the time window used to aggregate the sort metric is controlled by CatalogSearchParams.SortAggregation.

History 10

Settings