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

    Interface GetProdcutPerformanceListList

    GetProdcutPerformanceListList sub-interface for GetProdcutPerformanceListResponseData

    interface GetProdcutPerformanceListList {
        confirmed_orders?: number;
        confirmed_sales?: number;
        confirmed_unique_buyers?: number;
        fetched_date_range?: string;
        item_cover_image_url?: string;
        item_description?: string;
        item_id?: number;
        item_name?: string;
        placed_orders?: number;
        placed_sales?: number;
        placed_unique_buyers?: number;
        shop_id?: number;
    }
    Index

    Properties

    confirmed_orders?: number

    The number of confirmed orders for the item.

    confirmed_sales?: number

    The confirmed value of orders for the item.

    confirmed_unique_buyers?: number

    Number of unique buyers who confirmed order for the item.

    fetched_date_range?: string

    Data Date Range.

    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.

    placed_orders?: number

    The number of placed orders for the item.

    placed_sales?: number

    The placed value of orders for the item.

    placed_unique_buyers?: number

    Number of unique buyers who placed order for the item.

    shop_id?: number

    Shopee's unique identifier for a shop.