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

    Interface GetGlobalItemListRequest

    Request parameters for get_global_item_list

    Get global item id list. Only for China mainland sellers and Korean sellers.

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

    Properties

    offset?: string

    Specifies the starting entry of data to return in the current call. Default is null. 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. Limit is [1,50].

    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