rozod
    Preparing search index...

    Variable patchCloudV2CreatorStoreProductsCreatorStoreProductIdConst Api Param Description

    patchCloudV2CreatorStoreProductsCreatorStoreProductId: EndpointGeneric<
        {
            allowMissing?: boolean;
            creator_store_product_id: string;
            updateMask?: 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;
        },
        {
            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;
        },
    > = ...

    PATCH https://apis.roblox.com/cloud/cloud/v2/creator-store-products/:creator_store_product_id Update Creator Store Product body creator_store_product_id The creator-store-product ID. updateMask The list of fields to update. allowMissing If set to true, and the creator store product is not found, a creator store product is created. In this situation, update_mask is ignored. Update a Creator Store product.