rozod
    Preparing search index...

    Variable getSearchItemsDetailsConst Api Param Description

    getSearchItemsDetails: EndpointGeneric<
        {
            AssetTypeIds: number[];
            BundleTypeIds: number[];
            CategoryFilter: 0
            | 1
            | 2
            | 3
            | 4
            | 5
            | 6;
            CreatorName: string;
            CreatorTargetId: number;
            CreatorType: 0 | 1 | 2;
            cursor?: string;
            IncludeNotForSale: boolean;
            Keyword: string;
            limit?: 10 | 28 | 30 | 60 | 120;
            MaxPrice: number;
            MinPrice: number;
            SalesTypeFilter: 0 | 1 | 2 | 3;
            SortAggregation: 0 | 1 | 2 | 3 | 4 | 5;
            sortOrder?: "Desc";
            SortType: 0 | 1 | 2 | 3 | 4 | 5;
            Topics: string;
            TriggeredByTopicDiscovery: boolean;
        },
        {
            data: {
                assetType: | 1
                | 2
                | 3
                | 4
                | 5
                | 6
                | 7
                | 8
                | 9
                | 10
                | 11
                | 12
                | 13
                | 16
                | 17
                | 18
                | 19
                | 21
                | 22
                | 24
                | 25
                | 26
                | 27
                | 28
                | 29
                | 30
                | 31
                | 32
                | 33
                | 34
                | 35
                | 37
                | 38
                | 39
                | 40
                | 41
                | 42
                | 43
                | 44
                | 45
                | 46
                | 47
                | 48
                | 49
                | 50
                | 51
                | 52
                | 53
                | 54
                | 55
                | 56
                | 59
                | 60
                | 61
                | 62
                | 63
                | 64
                | 65
                | 66
                | 67
                | 68
                | 69
                | 70
                | 71
                | 72
                | 73
                | 74
                | 75
                | 76
                | 77
                | 78
                | 79
                | 80
                | 81
                | 82
                | 83
                | 84
                | 85
                | 86;
                bundledItems: {
                    assetType: number;
                    id: number;
                    name: string;
                    owned: boolean;
                    type: string;
                }[];
                bundleType: 1
                | 2
                | 3
                | 4;
                collectibleItemId: string;
                creatorHasVerifiedBadge: boolean;
                creatorName: string;
                creatorTargetId: number;
                creatorType: 0 | 1 | 2;
                description: string;
                favoriteCount: number;
                hasResellers: boolean;
                id: number;
                isOffSale: boolean;
                isRecolorable: boolean;
                itemRestrictions: (1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9)[];
                itemStatus: (1 | 2 | 7)[];
                itemType: 1 | 2;
                lowestPrice: number;
                lowestResalePrice: number;
                name: string;
                offSaleDeadline: string;
                price: number;
                priceStatus: string;
                productId: number;
                quantityLimitPerUser: number;
                saleLocationType: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7;
                totalQuantity: number;
                unitsAvailableForConsumption: number;
            }[];
            elasticsearchDebugInfo: {
                elasticsearchQuery: string;
                indexName: string;
                isForceTerminationEnabledByRequest: boolean;
                isFromCache: boolean;
                isTerminatedEarly: boolean;
                searchResultDataSource: string;
                searchResultEngagementScore: string;
                searchResultRelevanceScore: string;
            };
            keyword: string;
            nextPageCursor: string;
            previousPageCursor: string;
        },
        undefined,
    > = ...

    GET https://catalog.roblox.com/v2/search/items/details Search for catalog items. AssetTypeIds BundleTypeIds CategoryFilter SortAggregation SortType CreatorType CreatorTargetId CreatorName MaxPrice MinPrice Keyword IncludeNotForSale TriggeredByTopicDiscovery SalesTypeFilter Topics The input topics format is split by ",". E.g "topics=cat,hat,red". limit The number of results per request. cursor The paging cursor for the previous or next page. sortOrder The order the results are sorted in. This endpoint is for search by item type ids.