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

    Interface ItemListItemInfo

    Item details in the list for GetItemList API

    interface ItemListItemInfo {
        item_id: number;
        item_status: ItemStatus;
        tag?: ItemTag;
        update_time: number;
    }
    Index

    Properties

    item_id: number

    Shopee's unique identifier for an item.

    item_status: ItemStatus

    Current status of the item.

    tag?: ItemTag

    Item tag information.

    update_time: number

    The update time of item.