rozod
    Preparing search index...

    Variable getDeveloperProductsV2UniversesUniverseIdDeveloperProductsCreatorConst Param

    getDeveloperProductsV2UniversesUniverseIdDeveloperProductsCreator: EndpointGeneric<
        { pageSize?: number; pageToken?: string; universeId: number },
        {
            developerProducts: {
                createdTimestamp: string;
                description: string;
                iconImageAssetId: null | number;
                isForSale: boolean;
                isImmutable: boolean;
                name: string;
                priceInformation:
                    | null
                    | {
                        defaultPriceInRobux: null
                        | number;
                        enabledFeatures: (
                            | "Invalid"
                            | "PriceOptimization"
                            | "UserFixedPrice"
                            | "RegionalPricing"
                        )[];
                    };
                productId: number;
                storePageEnabled: boolean;
                universeId: number;
                updatedTimestamp: string;
            }[];
            nextPageToken: null
            | string;
        },
        undefined,
    > = ...

    BETA

    List developer products by universe with configuration details

    Scopes: developer-product:read Engine: Not available in-engine

    universeId The universe ID. pageSize The number of results to return. Defaults to 50. pageToken The cursor token for pagination.