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

    Interface GetVideoDetailProductPerformanceList

    interface GetVideoDetailProductPerformanceList {
        comments?: number;
        conversionRate?: number;
        itemCoverImageUrl?: string;
        itemDescription?: string;
        itemId?: number;
        itemName?: string;
        likes?: number;
        placedOrders?: number;
        placedSales?: number;
        productClickRate?: number;
        productClicks?: number;
        salesPerBuyer?: number;
        salesPerOrder?: number;
        shopId?: number;
        soldItems?: number;
        uniqueBuyers?: number;
    }
    Index

    Properties

    comments?: number

    Comment count the post Shopee Video.

    conversionRate?: number

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

    itemCoverImageUrl?: string

    Cover image url of the item.

    itemDescription?: string

    Description of the item.

    itemId?: number

    Shopee's unique identifier for an item.

    itemName?: string

    Name of the item.

    likes?: number

    Like count the post Shopee Video.

    placedOrders?: number

    Amount of product orders from the video.

    placedSales?: number

    Amount of product sales from the video.

    productClickRate?: number

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

    productClicks?: number

    Amount of product clicks from the video.

    salesPerBuyer?: number

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

    salesPerOrder?: number

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

    shopId?: number

    Shopee's unique identifier for a shop.

    soldItems?: number

    Amount of products sold from the video.

    uniqueBuyers?: number

    Buyers of the product in the video.