Shopee SDK API Reference - v1.11.0
    Preparing search index...

    Type Alias GetProductRecommendedRoiTargetParams

    Parameters for the get product recommended ROI target API

    type GetProductRecommendedRoiTargetParams = {
        item_id: number;
        reference_id: string;
    }
    Index

    Properties

    item_id: number

    Unique identifier for a product

    reference_id: string

    A random string used to prevent duplicate ads. If an ads is created successfully, subsequent requests using the same reference id will fail. Use the same string for calling suggestion/recommendation API before the actual request to create an ads.