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

    Interface GetVideoDetailProductPerformanceRequest

    Request parameters for get_video_detail_product_performance

    Get performance data for products linked with individual post Shopee Video. There is at least a one-day delay.

    interface GetVideoDetailProductPerformanceRequest {
        item_id?: number;
        item_name?: string;
        page_no: number;
        page_size: number;
        post_id: string;
    }
    Index

    Properties

    item_id?: number

    Shopee's unique identifier for an item.

    item_name?: string

    Name of the item.

    page_no: number

    The start index of request. Starting from 1.

    page_size: number

    The number of item returned by this request. Max is 20.

    post_id

    post_id: string

    The unique identifier for post Shopee Video.