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

    Interface GetAddOnDealListResponseData

    GetAddOnDealListResponseData sub-interface for GetAddOnDealListResponse

    interface GetAddOnDealListResponseData {
        add_on_deal_list?: GetAddOnDealListAddOnDeal[];
        more?: boolean;
    }
    Index

    Properties

    add_on_deal_list?: GetAddOnDealListAddOnDeal[]

    The list of add on deal id

    more?: boolean

    This is to indicate whether the promotion list is more than one page. If this value is true, you may want to continue to check next page to retrieve the rest of promotions.