rozod
    Preparing search index...

    Variable getGamesGamesProductInfoConst Api Param

    getGamesGamesProductInfo: EndpointGeneric<
        { universeIds: number[] },
        {
            data: {
                fiatPurchaseData: { basePriceId: string; localizedFiatPrice: string };
                isForSale: boolean;
                price: number;
                productId: number;
                sellerId: number;
                universeId: number;
            }[];
        },
        undefined,
    > = ...

    GET https://games.roblox.com/v1/games/games-product-info Gets a list of games' product info, used to purchase a game universeIds A list of universe Ids. Cannot exceed a maximum of 100 IDs.