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

    Interface GetRecentItemListList

    GetRecentItemListList sub-interface for GetRecentItemListResponseData

    interface GetRecentItemListList {
        affiliate_info?: GetRecentItemListAffiliateInfo;
        image_url?: string;
        item_id?: number;
        name?: string;
        price_info?: GetRecentItemListPriceInfo;
        shop_id?: number;
    }
    Index

    Properties

    image_url?: string

    The image url of this item.

    item_id?: number

    Shopee's unique identifier for an item.

    name?: string

    Name of the item in local language.

    shop_id?: number

    The shop id of this item.