rozod
    Preparing search index...

    Variable postDeveloperProductsV2UniversesUniverseIdDeveloperProductsConst Api Param Description

    postDeveloperProductsV2UniversesUniverseIdDeveloperProducts: EndpointGeneric<
        { universeId: number },
        {
            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;
        },
        {
            description?: null
            | string;
            imageFile?: null | File;
            isForSale?: null | boolean;
            isRegionalPricingEnabled?: null | boolean;
            name: string;
            price?: null | number;
        },
    > = ...

    POST https://apis.roblox.com/cloud/developer-products/v2/universes/:universeId/developer-products Create developer product body universeId The universe ID. Creates a new developer product with the provided configuration details.