Shopee SDK API Reference - v2.8.0
    Preparing search index...

    Interface GetProductRecommendedRoiTargetRequest

    Request parameters for get_product_recommended_roi_target

    Get Product Recommended ROI Target

    interface GetProductRecommendedRoiTargetRequest {
        item_id: number;
        reference_id: string | number;
    }
    Index

    Properties

    item_id: number

    Unique identifier for a product.

    reference_id: string | number

    A random string used to prevent duplicate ads. If an ads is created successfully, subsequent requests using the same reference id will fail - in this case, a new one must be generated.Use the same string for calling suggestion/recommendation API before the actual request to create an ads.