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

    Interface GetBundleDealListRequest

    Request parameters for get_bundle_deal_list

    get bundle deal list

    interface GetBundleDealListRequest {
        page_no?: number;
        page_size?: number;
        time_status?: number;
    }
    Index

    Properties

    page_no?: number

    Data paging, represents the page number, starting from 1, the default is 1

    page_size?: number

    Data paging, representing the data size of each page, the maximum is 1000, the default is 20

    time_status?: number

    The Status of bundle deal,all=1;upcoming=2;ongoing=3,expired=4 , the default is 1