CatalogCategoryFilter
Filters Avatar Shop catalog search results by a predefined category such as Featured, Premium, or Recommended.
Items 6
| History | Name | Value | Description | |
|---|---|---|---|---|
| 451 | None | 1 | No category filter is applied; returns items from all categories. This is the default value of CatalogSearchParams.CategoryFilter. | |
| 451 | Featured | 2 | Returns only items editorially featured in the Avatar Shop catalog. | |
| 726 | Collectibles | 3 | Deprecated. Previously filtered for collectible items; use SalesTypeFilter.Collectibles via CatalogSearchParams.SalesTypeFilter instead. | |
| 451 | CommunityCreations | 4 | Returns only items created by community developers. | |
| 451 | Premium | 5 | Returns only items available to Roblox Premium subscribers. | |
| 481 | Recommended | 6 | Returns only items recommended by the catalog for the current user. |
Description
Used with CatalogSearchParams.CategoryFilter to narrow Avatar Shop catalog search results by category when calling AvatarEditorService:SearchCatalogAsync(). Defaults to CatalogCategoryFilter.None, which applies no category filter and returns items from all categories.
To filter by collectible items (Limited and Limited Unique), use SalesTypeFilter.Collectibles via CatalogSearchParams.SalesTypeFilter instead of the deprecated CatalogCategoryFilter.Collectibles value.
History 8
- 726 Change Tags of Collectibles from [] to [Deprecated]
- 481 Add Recommended
- 451 Add Premium
- 451 Add None
- 451 Add Featured
- 451 Add CommunityCreations
- 451 Add Collectibles
- 451 Add CatalogCategoryFilter