rozod
    Preparing search index...

    Variable getCloudV2CreatorStoreProductsCreatorStoreProductIdConst Api Param Description

    getCloudV2CreatorStoreProductsCreatorStoreProductId: EndpointGeneric<
        { creator_store_product_id: 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;
        },
        undefined,
    > = ...

    GET https://apis.roblox.com/cloud/cloud/v2/creator-store-products/:creator_store_product_id Get Creator Store Product creator_store_product_id The creator-store-product ID. Get a Creator Store product.