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

    Interface GetItemListRequest

    Request parameters for get_item_list

    Use this call to get a list of items.

    interface GetItemListRequest {
        item_status: string | number;
        offset: number;
        page_size: number;
        update_time_from?: number | Date;
        update_time_to?: number | Date;
    }
    Index

    Properties

    item_status: string | number

    NORMAL/BANNED/UNLIST/REVIEWING/SELLER_DELETE/SHOPEE_DELETEIf you want to search multiple status, please upload the url like this: item_status=NORMAL&item_status=BANNED

    offset: number

    Specifies the starting entry of data to return in the current call. Default is 0. if data is more than one page, the offset can be some entry to start next call.

    page_size: number

    the size of one page.Max=100

    update_time_from?: number | Date

    The update_time_from and update_time_to fields specify a date range for retrieving orders (based on the item update time). The update_time_from field is the starting date range.

    update_time_to?: number | Date

    The update_time_from and update_time_to fields specify a date range for retrieving orders (based on the item update time). The update_time_to field is the ending date range