rozod
    Preparing search index...

    Variable postCloudV2CreatorStoreProductsConst Api Param Description

    postCloudV2CreatorStoreProducts: EndpointGeneric<
        {},
        {
            audioAssetId: string;
            basePrice: {
                currencyCode: string;
                quantity: { exponent: number; significand: number };
            };
            decalAssetId: string;
            fontFamilyAssetId: string;
            groupSeller: string;
            meshPartAssetId: string;
            modelAssetId: string;
            path: string;
            pluginAssetId: string;
            published: boolean;
            purchasable: boolean;
            purchasePrice: {
                currencyCode: string;
                quantity: { exponent: number; significand: number };
            };
            restrictions: (
                | "RESTRICTION_UNSPECIFIED"
                | "SOLD_ITEM_RESTRICTED"
                | "SELLER_TEMPORARILY_RESTRICTED"
                | "SELLER_PERMANENTLY_RESTRICTED"
                | "SELLER_NO_LONGER_ACTIVE"
            )[];
            userSeller: string;
            videoAssetId: string;
        },
        {
            audioAssetId: string;
            basePrice: {
                currencyCode: string;
                quantity: { exponent: number; significand: number };
            };
            decalAssetId: string;
            fontFamilyAssetId: string;
            groupSeller: string;
            meshPartAssetId: string;
            modelAssetId: string;
            path: string;
            pluginAssetId: string;
            published: boolean;
            purchasable: boolean;
            purchasePrice: {
                currencyCode: string;
                quantity: { exponent: number; significand: number };
            };
            restrictions: (
                | "RESTRICTION_UNSPECIFIED"
                | "SOLD_ITEM_RESTRICTED"
                | "SELLER_TEMPORARILY_RESTRICTED"
                | "SELLER_PERMANENTLY_RESTRICTED"
                | "SELLER_NO_LONGER_ACTIVE"
            )[];
            userSeller: string;
            videoAssetId: string;
        },
    > = ...

    POST https://apis.roblox.com/cloud/cloud/v2/creator-store-products Create Creator Store Product body Add a Creator Store product. Only use this method if your product has never been distributed on the Creator Store; otherwise, use the PATCH method to update the product.