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

    Interface UpdateBundleDealItemRequest

    Request parameters for update_bundle_deal_item

    update product in bundle deal

    interface UpdateBundleDealItemRequest {
        bundle_deal_id: number;
        item_list: UpdateBundleDealItemItem[];
    }
    Index

    Properties

    bundle_deal_id: number

    Shopee's unique identifier for a bundle deal activity.

    The items added in this bundle deal promotion.