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

    Interface GetItemListItem

    GetItemListItem sub-interface for GetItemListResponseData

    interface GetItemListItem {
        item_id?: number;
        item_status?: string;
        tag?: GetItemListTag;
        update_time?: number | Date;
    }
    Index

    Properties

    item_id?: number

    Shopee's unique identifier for an item.

    item_status?: string

    Enumerated type that defines the current status of the item. Applicable values: NORMAL, BANNED, UNLIST, REVIEWING, SELLER_DELETE, SHOPEE_DELETE.

    update_time?: number | Date

    The update time of item.