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

    Interface GetVideoDetailProductPerformanceList

    GetVideoDetailProductPerformanceList sub-interface for GetVideoDetailProductPerformanceResponseData

    interface GetVideoDetailProductPerformanceList {
        comments?: number;
        conversion_rate?: number;
        item_cover_image_url?: string;
        item_description?: string;
        item_id?: number;
        item_name?: string;
        likes?: number;
        placed_orders?: number;
        placed_sales?: number;
        product_click_rate?: number;
        product_clicks?: number;
        sales_per_buyer?: number;
        sales_per_order?: number;
        shop_id?: number;
        sold_items?: number;
        unique_buyers?: number;
    }
    Index

    Properties

    comments?: number

    Comment count the post Shopee Video.

    conversion_rate?: number

    Amount of products sold from the video/amount of views from the video.

    item_cover_image_url?: string

    Cover image url of the item.

    item_description?: string

    Description of the item.

    item_id?: number

    Shopee's unique identifier for an item.

    item_name?: string

    Name of the item.

    likes?: number

    Like count the post Shopee Video.

    placed_orders?: number

    Amount of product orders from the video.

    placed_sales?: number

    Amount of product sales from the video.

    product_click_rate?: number

    Amount of product clicks from the video/Product view from video.

    product_clicks?: number

    Amount of product clicks from the video.

    sales_per_buyer?: number

    Amount of product sales from the video/amount of buyers from the video.

    sales_per_order?: number

    Amount of product sales from the video/amount of product orders from the video.

    shop_id?: number

    Shopee's unique identifier for a shop.

    sold_items?: number

    Amount of products sold from the video.

    unique_buyers?: number

    Buyers of the product in the video.