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

    Interface GetAddOnDealSubItemResponseData

    GetAddOnDealSubItemResponseData sub-interface for GetAddOnDealSubItemResponse

    interface GetAddOnDealSubItemResponseData {
        add_on_deal_id?: number;
        sub_item_list?: GetAddOnDealSubItemSubItem[];
    }
    Index

    Properties

    add_on_deal_id?: number

    Shopee's unique identifier for add on deal activity.

    sub_item_list?: GetAddOnDealSubItemSubItem[]

    The sub items added in this add on deal promotion.