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

    Interface GetProductPerformanceListList

    interface GetProductPerformanceListList {
        confirmedOrders?: number;
        confirmedSales?: number;
        confirmedUniqueBuyers?: number;
        fetchedDateRange?: string;
        itemCoverImageUrl?: string;
        itemDescription?: string;
        itemId?: number;
        itemName?: string;
        placedOrders?: number;
        placedSales?: number;
        placedUniqueBuyers?: number;
        shopId?: number;
    }
    Index

    Properties

    confirmedOrders?: number

    The number of confirmed orders for the item.

    confirmedSales?: number

    The confirmed value of orders for the item.

    confirmedUniqueBuyers?: number

    Number of unique buyers who confirmed order for the item.

    fetchedDateRange?: string

    Data Date Range.

    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.

    placedOrders?: number

    The number of placed orders for the item.

    placedSales?: number

    The placed value of orders for the item.

    placedUniqueBuyers?: number

    Number of unique buyers who placed order for the item.

    shopId?: number

    Shopee's unique identifier for a shop.