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

    Interface GetGlobalItemListGlobalItem

    GetGlobalItemListGlobalItem sub-interface for GetGlobalItemListResponseData

    interface GetGlobalItemListGlobalItem {
        global_item_id?: number;
        update_time?: number | Date;
    }
    Index

    Properties

    global_item_id?: number

    Shopee's unique identifier for an global item.

    update_time?: number | Date

    Timestamp that indicates the last time that there was a change in value of the item, such as price/stock change.